Html Css Color HEX #B11934 Cardinal

📋 copy color: '#B11934'

red 177 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #B11934

Tints of Cardinal #B11934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 69.69%
G = 9.84%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B11934 (or 0xB11934) is known color: Cardinal. HEX triplet: B1, 19 and 34. RGB value is (177,25,52). Sum of RGB (Red+Green+Blue) = 177+25+52=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B11934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11934 is #4EE6CB. Grayscale: #494949. Windows color (decimal): -5170892 or 3414449. OLE color: 3414449.

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

Color convert

RGB 177 25 52 -
CMYK 0 0.86 0.71 0.31
HSL 349.34º 0.75% 0.4% -
HSV(B) 349.34º 0.86% 0.69% -
XYZ 19.1 10.29 4.23 -
YUV 73.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 177 25 52 0 0.86 0.71 0.31 349.34 0.75 0.4
Hex B1 19 34 0 56 47 1F 15D 4B 28
Octal 261 31 64 0 126 107 37 535 113 50
Binary 10110001 11001 110100 0 1010110 1000111 11111 101011101 1001011 101000

Color Harmonies of #B11934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11934

Black with #B11934

Text Example


Text Example

White with #B11934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11934; }

 p { color: rgb(177,25,52); }

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

background-color css

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

 a { background-color: rgb(177,25,52); }

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

border-color css

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

 span { border-color: rgb(177,25,52); }

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