Html Css Color HEX #B80735 Cardinal

📋 copy color: '#B80735'

red 184 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #B80735

Tints of Cardinal #B80735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 75.41%
G = 2.87%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80735 (or 0xB80735) is known color: Cardinal. HEX triplet: B8, 07 and 35. RGB value is (184,7,53). Sum of RGB (Red+Green+Blue) = 184+7+53=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B80735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80735 is #47F8CA. Grayscale: #414141. Windows color (decimal): -4716747 or 3475384. OLE color: 3475384.

HSL color Cylindrical-coordinate representation of color #B80735: hue angle of 344.41º 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 #B80735 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 53 -
CMYK 0 0.96 0.71 0.28
HSL 344.41º 0.93% 0.37% -
HSV(B) 344.41º 0.96% 0.72% -
XYZ 20.49 10.6 4.33 -
YUV 65.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 184 7 53 0 0.96 0.71 0.28 344.41 0.93 0.37
Hex B8 7 35 0 60 47 1C 158 5D 25
Octal 270 7 65 0 140 107 34 530 135 45
Binary 10111000 111 110101 0 1100000 1000111 11100 101011000 1011101 100101

Color Harmonies of #B80735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80735

Black with #B80735

Text Example


Text Example

White with #B80735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80735; }

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

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

background-color css

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

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

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

border-color css

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

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

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