Html Css Color HEX #B11838 Cardinal

📋 copy color: '#B11838'

red 177 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #B11838

Tints of Cardinal #B11838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 68.87%
G = 9.34%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11838 (or 0xB11838) is known color: Cardinal. HEX triplet: B1, 18 and 38. RGB value is (177,24,56). Sum of RGB (Red+Green+Blue) = 177+24+56=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B11838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11838 is #4EE7C7. Grayscale: #494949. Windows color (decimal): -5171144 or 3676337. OLE color: 3676337.

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

Color convert

RGB 177 24 56 -
CMYK 0 0.86 0.68 0.31
HSL 347.45º 0.76% 0.39% -
HSV(B) 347.45º 0.86% 0.69% -
XYZ 19.17 10.29 4.72 -
YUV 73.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 177 24 56 0 0.86 0.68 0.31 347.45 0.76 0.39
Hex B1 18 38 0 56 44 1F 15B 4C 27
Octal 261 30 70 0 126 104 37 533 114 47
Binary 10110001 11000 111000 0 1010110 1000100 11111 101011011 1001100 100111

Color Harmonies of #B11838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11838

Black with #B11838

Text Example


Text Example

White with #B11838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11838; }

 p { color: rgb(177,24,56); }

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

background-color css

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

 a { background-color: rgb(177,24,56); }

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

border-color css

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

 span { border-color: rgb(177,24,56); }

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