Html Css Color HEX #B11A30 Cardinal

📋 copy color: '#B11A30'

red 177 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #B11A30

Tints of Cardinal #B11A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 70.52%
G = 10.36%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B11A30 (or 0xB11A30) is known color: Cardinal. HEX triplet: B1, 1A and 30. RGB value is (177,26,48). Sum of RGB (Red+Green+Blue) = 177+26+48=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A30 is #4EE5CF. Grayscale: #494949. Windows color (decimal): -5170640 or 3152561. OLE color: 3152561.

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

Color convert

RGB 177 26 48 -
CMYK 0 0.85 0.73 0.31
HSL 351.26º 0.74% 0.4% -
HSV(B) 351.26º 0.85% 0.69% -
XYZ 19.03 10.3 3.78 -
YUV 73.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 177 26 48 0 0.85 0.73 0.31 351.26 0.74 0.4
Hex B1 1A 30 0 55 49 1F 15F 4A 28
Octal 261 32 60 0 125 111 37 537 112 50
Binary 10110001 11010 110000 0 1010101 1001001 11111 101011111 1001010 101000

Color Harmonies of #B11A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A30

Black with #B11A30

Text Example


Text Example

White with #B11A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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