Html Css Color HEX #B11343 Cardinal

📋 copy color: '#B11343'

red 177 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #B11343

Tints of Cardinal #B11343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 67.3%
G = 7.22%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11343 (or 0xB11343) is known color: Cardinal. HEX triplet: B1, 13 and 43. RGB value is (177,19,67). Sum of RGB (Red+Green+Blue) = 177+19+67=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11343 is #4EECBC. Grayscale: #474747. Windows color (decimal): -5172413 or 4395953. OLE color: 4395953.

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

Color convert

RGB 177 19 67 -
CMYK 0 0.89 0.62 0.31
HSL 341.77º 0.81% 0.38% -
HSV(B) 341.77º 0.89% 0.69% -
XYZ 19.38 10.22 6.26 -
YUV 71.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 177 19 67 0 0.89 0.62 0.31 341.77 0.81 0.38
Hex B1 13 43 0 59 3E 1F 156 51 26
Octal 261 23 103 0 131 76 37 526 121 46
Binary 10110001 10011 1000011 0 1011001 111110 11111 101010110 1010001 100110

Color Harmonies of #B11343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11343

Black with #B11343

Text Example


Text Example

White with #B11343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11343; }

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

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

background-color css

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

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

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

border-color css

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

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

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