Html Css Color HEX #B11A33 Cardinal

📋 copy color: '#B11A33'

red 177 ◦ green 26 ◦ blue 51

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

Shades of Cardinal #B11A33

Tints of Cardinal #B11A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 69.69%
G = 10.24%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B11A33 (or 0xB11A33) is known color: Cardinal. HEX triplet: B1, 1A and 33. RGB value is (177,26,51). Sum of RGB (Red+Green+Blue) = 177+26+51=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A33 is #4EE5CC. Grayscale: #4A4A4A. Windows color (decimal): -5170637 or 3349169. OLE color: 3349169.

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

Color convert

RGB 177 26 51 -
CMYK 0 0.85 0.71 0.31
HSL 350.07º 0.74% 0.4% -
HSV(B) 350.07º 0.85% 0.69% -
XYZ 19.1 10.32 4.12 -
YUV 74 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 177 26 51 0 0.85 0.71 0.31 350.07 0.74 0.4
Hex B1 1A 33 0 55 47 1F 15E 4A 28
Octal 261 32 63 0 125 107 37 536 112 50
Binary 10110001 11010 110011 0 1010101 1000111 11111 101011110 1001010 101000

Color Harmonies of #B11A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A33

Black with #B11A33

Text Example


Text Example

White with #B11A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A33; }

 p { color: rgb(177,26,51); }

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

background-color css

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

 a { background-color: rgb(177,26,51); }

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

border-color css

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

 span { border-color: rgb(177,26,51); }

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