Html Css Color HEX #B01A2D Cardinal

📋 copy color: '#B01A2D'

red 176 ◦ green 26 ◦ blue 45

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

Shades of Cardinal #B01A2D

Tints of Cardinal #B01A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 71.26%
G = 10.53%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B01A2D (or 0xB01A2D) is known color: Cardinal. HEX triplet: B0, 1A and 2D. RGB value is (176,26,45). Sum of RGB (Red+Green+Blue) = 176+26+45=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A2D is #4FE5D2. Grayscale: #494949. Windows color (decimal): -5236179 or 2955952. OLE color: 2955952.

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

Color convert

RGB 176 26 45 -
CMYK 0 0.85 0.74 0.31
HSL 352.4º 0.74% 0.4% -
HSV(B) 352.4º 0.85% 0.69% -
XYZ 18.75 10.16 3.46 -
YUV 73.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 176 26 45 0 0.85 0.74 0.31 352.4 0.74 0.4
Hex B0 1A 2D 0 55 4A 1F 160 4A 28
Octal 260 32 55 0 125 112 37 540 112 50
Binary 10110000 11010 101101 0 1010101 1001010 11111 101100000 1001010 101000

Color Harmonies of #B01A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A2D

Black with #B01A2D

Text Example


Text Example

White with #B01A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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