Html Css Color HEX #B00D2A Cardinal

📋 copy color: '#B00D2A'

red 176 ◦ green 13 ◦ blue 42

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

Shades of Cardinal #B00D2A

Tints of Cardinal #B00D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

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

R = 76.19%
G = 5.63%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B00D2A (or 0xB00D2A) is known color: Cardinal. HEX triplet: B0, 0D and 2A. RGB value is (176,13,42). Sum of RGB (Red+Green+Blue) = 176+13+42=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00D2A is #4FF2D5. Grayscale: #414141. Windows color (decimal): -5239510 or 2756016. OLE color: 2756016.

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

Color convert

RGB 176 13 42 -
CMYK 0 0.93 0.76 0.31
HSL 349.33º 0.86% 0.37% -
HSV(B) 349.33º 0.93% 0.69% -
XYZ 18.47 9.69 3.09 -
YUV 65.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 176 13 42 0 0.93 0.76 0.31 349.33 0.86 0.37
Hex B0 D 2A 0 5D 4C 1F 15D 56 25
Octal 260 15 52 0 135 114 37 535 126 45
Binary 10110000 1101 101010 0 1011101 1001100 11111 101011101 1010110 100101

Color Harmonies of #B00D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D2A

Black with #B00D2A

Text Example


Text Example

White with #B00D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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