Html Css Color HEX #B11242 Cardinal

📋 copy color: '#B11242'

red 177 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #B11242

Tints of Cardinal #B11242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 67.82%
G = 6.9%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B11242 (or 0xB11242) is known color: Cardinal. HEX triplet: B1, 12 and 42. RGB value is (177,18,66). Sum of RGB (Red+Green+Blue) = 177+18+66=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B11242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11242 is #4EEDBD. Grayscale: #464646. Windows color (decimal): -5172670 or 4330161. OLE color: 4330161.

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

Color convert

RGB 177 18 66 -
CMYK 0 0.90 0.63 0.31
HSL 341.89º 0.82% 0.38% -
HSV(B) 341.89º 0.9% 0.69% -
XYZ 19.33 10.17 6.1 -
YUV 71.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 177 18 66 0 0.90 0.63 0.31 341.89 0.82 0.38
Hex B1 12 42 0 5A 3F 1F 156 52 26
Octal 261 22 102 0 132 77 37 526 122 46
Binary 10110001 10010 1000010 0 1011010 111111 11111 101010110 1010010 100110

Color Harmonies of #B11242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11242

Black with #B11242

Text Example


Text Example

White with #B11242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11242; }

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

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

background-color css

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

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

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

border-color css

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

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

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