Html Css Color HEX #B12040 Cardinal

📋 copy color: '#B12040'

red 177 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #B12040

Tints of Cardinal #B12040

RGB

 RED value IS 177 (69.53% from 255) = 64.84%

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 64.84%
G = 11.72%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B12040 (or 0xB12040) is known color: Cardinal. HEX triplet: B1, 20 and 40. RGB value is (177,32,64). Sum of RGB (Red+Green+Blue) = 177+32+64=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12040 is #4EDFBF. Grayscale: #4F4F4F. Windows color (decimal): -5169088 or 4202673. OLE color: 4202673.

HSL color Cylindrical-coordinate representation of color #B12040: hue angle of 346.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12040 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 64 -
CMYK 0 0.82 0.64 0.31
HSL 346.76º 0.69% 0.41% -
HSV(B) 346.76º 0.82% 0.69% -
XYZ 19.57 10.75 5.89 -
YUV 79 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 177 32 64 0 0.82 0.64 0.31 346.76 0.69 0.41
Hex B1 20 40 0 52 40 1F 15B 45 29
Octal 261 40 100 0 122 100 37 533 105 51
Binary 10110001 100000 1000000 0 1010010 1000000 11111 101011011 1000101 101001

Color Harmonies of #B12040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12040

Black with #B12040

Text Example


Text Example

White with #B12040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12040; }

 p { color: rgb(177,32,64); }

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

background-color css

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

 a { background-color: rgb(177,32,64); }

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

border-color css

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

 span { border-color: rgb(177,32,64); }

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