Html Css Color HEX #B11643 Cardinal

📋 copy color: '#B11643'

red 177 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #B11643

Tints of Cardinal #B11643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 66.54%
G = 8.27%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11643 (or 0xB11643) is known color: Cardinal. HEX triplet: B1, 16 and 43. RGB value is (177,22,67). Sum of RGB (Red+Green+Blue) = 177+22+67=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11643 is #4EE9BC. Grayscale: #494949. Windows color (decimal): -5171645 or 4396721. OLE color: 4396721.

HSL color Cylindrical-coordinate representation of color #B11643: hue angle of 342.58º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11643 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 67 -
CMYK 0 0.88 0.62 0.31
HSL 342.58º 0.78% 0.39% -
HSV(B) 342.58º 0.88% 0.69% -
XYZ 19.43 10.33 6.28 -
YUV 73.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 177 22 67 0 0.88 0.62 0.31 342.58 0.78 0.39
Hex B1 16 43 0 58 3E 1F 157 4E 27
Octal 261 26 103 0 130 76 37 527 116 47
Binary 10110001 10110 1000011 0 1011000 111110 11111 101010111 1001110 100111

Color Harmonies of #B11643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11643

Black with #B11643

Text Example


Text Example

White with #B11643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11643; }

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

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

background-color css

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

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

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

border-color css

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

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

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