Html Css Color HEX #B12026 Cardinal

📋 copy color: '#B12026'

red 177 ◦ green 32 ◦ blue 38

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

Shades of Cardinal #B12026

Tints of Cardinal #B12026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 71.66%
G = 12.96%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B12026 (or 0xB12026) is known color: Cardinal. HEX triplet: B1, 20 and 26. RGB value is (177,32,38). Sum of RGB (Red+Green+Blue) = 177+32+38=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B12026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12026 is #4EDFD9. Grayscale: #4C4C4C. Windows color (decimal): -5169114 or 2498737. OLE color: 2498737.

HSL color Cylindrical-coordinate representation of color #B12026: hue angle of 357.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12026 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 38 -
CMYK 0 0.82 0.79 0.31
HSL 357.52º 0.69% 0.41% -
HSV(B) 357.52º 0.82% 0.69% -
XYZ 19 10.52 2.86 -
YUV 76.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 177 32 38 0 0.82 0.79 0.31 357.52 0.69 0.41
Hex B1 20 26 0 52 4F 1F 166 45 29
Octal 261 40 46 0 122 117 37 546 105 51
Binary 10110001 100000 100110 0 1010010 1001111 11111 101100110 1000101 101001

Color Harmonies of #B12026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12026

Black with #B12026

Text Example


Text Example

White with #B12026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12026; }

 p { color: rgb(177,32,38); }

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

background-color css

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

 a { background-color: rgb(177,32,38); }

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

border-color css

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

 span { border-color: rgb(177,32,38); }

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