Html Css Color HEX #B12043 Cardinal

📋 copy color: '#B12043'

red 177 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #B12043

Tints of Cardinal #B12043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 64.13%
G = 11.59%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B12043 (or 0xB12043) is known color: Cardinal. HEX triplet: B1, 20 and 43. RGB value is (177,32,67). Sum of RGB (Red+Green+Blue) = 177+32+67=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B12043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12043 is #4EDFBC. Grayscale: #4F4F4F. Windows color (decimal): -5169085 or 4399281. OLE color: 4399281.

HSL color Cylindrical-coordinate representation of color #B12043: hue angle of 345.52º 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 #B12043 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 67 -
CMYK 0 0.82 0.62 0.31
HSL 345.52º 0.69% 0.41% -
HSV(B) 345.52º 0.82% 0.69% -
XYZ 19.66 10.79 6.36 -
YUV 79.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 177 32 67 0 0.82 0.62 0.31 345.52 0.69 0.41
Hex B1 20 43 0 52 3E 1F 15A 45 29
Octal 261 40 103 0 122 76 37 532 105 51
Binary 10110001 100000 1000011 0 1010010 111110 11111 101011010 1000101 101001

Color Harmonies of #B12043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12043

Black with #B12043

Text Example


Text Example

White with #B12043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12043; }

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

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

background-color css

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

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

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

border-color css

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

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

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