Html Css Color HEX #B80733 Cardinal

📋 copy color: '#B80733'

red 184 ◦ green 7 ◦ blue 51

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

Shades of Cardinal #B80733

Tints of Cardinal #B80733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 76.03%
G = 2.89%
B = 21.07%

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

#B80733 (or 0xB80733) is known color: Cardinal. HEX triplet: B8, 07 and 33. RGB value is (184,7,51). Sum of RGB (Red+Green+Blue) = 184+7+51=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80733 is #47F8CC. Grayscale: #404040. Windows color (decimal): -4716749 or 3344312. OLE color: 3344312.

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

Color convert

RGB 184 7 51 -
CMYK 0 0.96 0.72 0.28
HSL 345.08º 0.93% 0.37% -
HSV(B) 345.08º 0.96% 0.72% -
XYZ 20.44 10.58 4.1 -
YUV 64.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 184 7 51 0 0.96 0.72 0.28 345.08 0.93 0.37
Hex B8 7 33 0 60 48 1C 159 5D 25
Octal 270 7 63 0 140 110 34 531 135 45
Binary 10111000 111 110011 0 1100000 1001000 11100 101011001 1011101 100101

Color Harmonies of #B80733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80733

Black with #B80733

Text Example


Text Example

White with #B80733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80733; }

 p { color: rgb(184,7,51); }

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

background-color css

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

 a { background-color: rgb(184,7,51); }

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

border-color css

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

 span { border-color: rgb(184,7,51); }

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