Html Css Color HEX #B80834 Cardinal

📋 copy color: '#B80834'

red 184 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #B80834

Tints of Cardinal #B80834

RGB

 RED value IS 184 (72.27% from 255) = 75.41%

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 75.41%
G = 3.28%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80834 (or 0xB80834) is known color: Cardinal. HEX triplet: B8, 08 and 34. RGB value is (184,8,52). Sum of RGB (Red+Green+Blue) = 184+8+52=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B80834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80834 is #47F7CB. Grayscale: #414141. Windows color (decimal): -4716492 or 3410104. OLE color: 3410104.

HSL color Cylindrical-coordinate representation of color #B80834: hue angle of 345º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80834 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 52 -
CMYK 0 0.96 0.72 0.28
HSL 345º 0.92% 0.38% -
HSV(B) 345º 0.96% 0.72% -
XYZ 20.47 10.61 4.22 -
YUV 65.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 184 8 52 0 0.96 0.72 0.28 345 0.92 0.38
Hex B8 8 34 0 60 48 1C 159 5C 26
Octal 270 10 64 0 140 110 34 531 134 46
Binary 10111000 1000 110100 0 1100000 1001000 11100 101011001 1011100 100110

Color Harmonies of #B80834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80834

Black with #B80834

Text Example


Text Example

White with #B80834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80834; }

 p { color: rgb(184,8,52); }

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

background-color css

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

 a { background-color: rgb(184,8,52); }

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

border-color css

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

 span { border-color: rgb(184,8,52); }

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