Html Css Color HEX #B01A2A Cardinal

📋 copy color: '#B01A2A'

red 176 ◦ green 26 ◦ blue 42

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

Shades of Cardinal #B01A2A

Tints of Cardinal #B01A2A

RGB

 RED value IS 176 (69.14% from 255) = 72.13%

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

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 72.13%
G = 10.66%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B01A2A (or 0xB01A2A) is known color: Cardinal. HEX triplet: B0, 1A and 2A. RGB value is (176,26,42). Sum of RGB (Red+Green+Blue) = 176+26+42=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A2A is #4FE5D5. Grayscale: #484848. Windows color (decimal): -5236182 or 2759344. OLE color: 2759344.

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

Color convert

RGB 176 26 42 -
CMYK 0 0.85 0.76 0.31
HSL 353.6º 0.74% 0.4% -
HSV(B) 353.6º 0.85% 0.69% -
XYZ 18.69 10.14 3.16 -
YUV 72.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 176 26 42 0 0.85 0.76 0.31 353.6 0.74 0.4
Hex B0 1A 2A 0 55 4C 1F 162 4A 28
Octal 260 32 52 0 125 114 37 542 112 50
Binary 10110000 11010 101010 0 1010101 1001100 11111 101100010 1001010 101000

Color Harmonies of #B01A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A2A

Black with #B01A2A

Text Example


Text Example

White with #B01A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A2A; }

 p { color: rgb(176,26,42); }

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

background-color css

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

 a { background-color: rgb(176,26,42); }

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

border-color css

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

 span { border-color: rgb(176,26,42); }

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