Html Css Color HEX #B01D3E Cardinal

📋 copy color: '#B01D3E'

red 176 ◦ green 29 ◦ blue 62

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

Shades of Cardinal #B01D3E

Tints of Cardinal #B01D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 65.92%
G = 10.86%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B01D3E (or 0xB01D3E) is known color: Cardinal. HEX triplet: B0, 1D and 3E. RGB value is (176,29,62). Sum of RGB (Red+Green+Blue) = 176+29+62=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D3E is #4FE2C1. Grayscale: #4C4C4C. Windows color (decimal): -5235394 or 4070832. OLE color: 4070832.

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

Color convert

RGB 176 29 62 -
CMYK 0 0.84 0.65 0.31
HSL 346.53º 0.72% 0.4% -
HSV(B) 346.53º 0.84% 0.69% -
XYZ 19.21 10.46 5.56 -
YUV 76.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 176 29 62 0 0.84 0.65 0.31 346.53 0.72 0.4
Hex B0 1D 3E 0 54 41 1F 15B 48 28
Octal 260 35 76 0 124 101 37 533 110 50
Binary 10110000 11101 111110 0 1010100 1000001 11111 101011011 1001000 101000

Color Harmonies of #B01D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D3E

Black with #B01D3E

Text Example


Text Example

White with #B01D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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