Html Css Color HEX #B01D2A Cardinal

📋 copy color: '#B01D2A'

red 176 ◦ green 29 ◦ blue 42

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

Shades of Cardinal #B01D2A

Tints of Cardinal #B01D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 71.26%
G = 11.74%
B = 17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B01D2A (or 0xB01D2A) is known color: Cardinal. HEX triplet: B0, 1D and 2A. RGB value is (176,29,42). Sum of RGB (Red+Green+Blue) = 176+29+42=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D2A is #4FE2D5. Grayscale: #4A4A4A. Windows color (decimal): -5235414 or 2760112. OLE color: 2760112.

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

Color convert

RGB 176 29 42 -
CMYK 0 0.84 0.76 0.31
HSL 354.69º 0.72% 0.4% -
HSV(B) 354.69º 0.84% 0.69% -
XYZ 18.76 10.28 3.19 -
YUV 74.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 176 29 42 0 0.84 0.76 0.31 354.69 0.72 0.4
Hex B0 1D 2A 0 54 4C 1F 163 48 28
Octal 260 35 52 0 124 114 37 543 110 50
Binary 10110000 11101 101010 0 1010100 1001100 11111 101100011 1001000 101000

Color Harmonies of #B01D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D2A

Black with #B01D2A

Text Example


Text Example

White with #B01D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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