Html Css Color HEX #B51440 Cardinal

📋 copy color: '#B51440'

red 181 ◦ green 20 ◦ blue 64

#B51440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B51440

Tints of Cardinal #B51440

RGB

 RED value IS 181 (71.09% from 255) = 68.3%

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 68.3%
G = 7.55%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B51440 (or 0xB51440) is known color: Cardinal. HEX triplet: B5, 14 and 40. RGB value is (181,20,64). Sum of RGB (Red+Green+Blue) = 181+20+64=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B51440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51440 is #4AEBBF. Grayscale: #494949. Windows color (decimal): -4910016 or 4199605. OLE color: 4199605.

HSL color Cylindrical-coordinate representation of color #B51440: hue angle of 343.6º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51440 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 64 -
CMYK 0 0.89 0.65 0.29
HSL 343.6º 0.8% 0.39% -
HSV(B) 343.6º 0.89% 0.71% -
XYZ 20.23 10.69 5.85 -
YUV 73.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 181 20 64 0 0.89 0.65 0.29 343.6 0.8 0.39
Hex B5 14 40 0 59 41 1D 158 50 27
Octal 265 24 100 0 131 101 35 530 120 47
Binary 10110101 10100 1000000 0 1011001 1000001 11101 101011000 1010000 100111

Color Harmonies of #B51440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51440

Black with #B51440

Text Example


Text Example

White with #B51440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51440; }

 p { color: rgb(181,20,64); }

 H1.HeaderClassName
 {
   color: #B51440;
 }
 .AnyTagClassName
 {
   color: #B51440;
 }
</style>

background-color css

<style>
 a { background-color: #B51440; }

 a { background-color: rgb(181,20,64); }

 div.DivClassName
 {
   background-color: #B51440;
 }
 .BgClassName
 {
   background-color: #B51440;
 }
</style>

border-color css

<style>
 span { border-color: #B51440; }

 span { border-color: rgb(181,20,64); }

 td.TdClassName
 {
   border-color: #B51440;
 }
 .TagClassName
 {
   border-color: #B51440;
 }
</style>