Html Css Color HEX #B11342 Cardinal

📋 copy color: '#B11342'

red 177 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #B11342

Tints of Cardinal #B11342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 67.56%
G = 7.25%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11342 (or 0xB11342) is known color: Cardinal. HEX triplet: B1, 13 and 42. RGB value is (177,19,66). Sum of RGB (Red+Green+Blue) = 177+19+66=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B11342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11342 is #4EECBD. Grayscale: #474747. Windows color (decimal): -5172414 or 4330417. OLE color: 4330417.

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

Color convert

RGB 177 19 66 -
CMYK 0 0.89 0.63 0.31
HSL 342.15º 0.81% 0.38% -
HSV(B) 342.15º 0.89% 0.69% -
XYZ 19.35 10.21 6.1 -
YUV 71.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 177 19 66 0 0.89 0.63 0.31 342.15 0.81 0.38
Hex B1 13 42 0 59 3F 1F 156 51 26
Octal 261 23 102 0 131 77 37 526 121 46
Binary 10110001 10011 1000010 0 1011001 111111 11111 101010110 1010001 100110

Color Harmonies of #B11342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11342

Black with #B11342

Text Example


Text Example

White with #B11342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11342; }

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

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

background-color css

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

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

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

border-color css

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

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

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