Html Css Color HEX #B11A25 Cardinal

📋 copy color: '#B11A25'

red 177 ◦ green 26 ◦ blue 37

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

Shades of Cardinal #B11A25

Tints of Cardinal #B11A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 73.75%
G = 10.83%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11A25 (or 0xB11A25) is known color: Cardinal. HEX triplet: B1, 1A and 25. RGB value is (177,26,37). Sum of RGB (Red+Green+Blue) = 177+26+37=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A25 is #4EE5DA. Grayscale: #484848. Windows color (decimal): -5170651 or 2431665. OLE color: 2431665.

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

Color convert

RGB 177 26 37 -
CMYK 0 0.85 0.79 0.31
HSL 355.63º 0.74% 0.4% -
HSV(B) 355.63º 0.85% 0.69% -
XYZ 18.83 10.22 2.73 -
YUV 72.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 177 26 37 0 0.85 0.79 0.31 355.63 0.74 0.4
Hex B1 1A 25 0 55 4F 1F 164 4A 28
Octal 261 32 45 0 125 117 37 544 112 50
Binary 10110001 11010 100101 0 1010101 1001111 11111 101100100 1001010 101000

Color Harmonies of #B11A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A25

Black with #B11A25

Text Example


Text Example

White with #B11A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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