Html Css Color HEX #B80235 Cardinal

📋 copy color: '#B80235'

red 184 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #B80235

Tints of Cardinal #B80235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 76.99%
G = 0.84%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80235 (or 0xB80235) is known color: Cardinal. HEX triplet: B8, 02 and 35. RGB value is (184,2,53). Sum of RGB (Red+Green+Blue) = 184+2+53=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B80235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80235 is #47FDCA. Grayscale: #3E3E3E. Windows color (decimal): -4718027 or 3474104. OLE color: 3474104.

HSL color Cylindrical-coordinate representation of color #B80235: hue angle of 343.19º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80235 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 53 -
CMYK 0 0.99 0.71 0.28
HSL 343.19º 0.98% 0.36% -
HSV(B) 343.19º 0.99% 0.72% -
XYZ 20.43 10.49 4.32 -
YUV 62.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 184 2 53 0 0.99 0.71 0.28 343.19 0.98 0.36
Hex B8 2 35 0 63 47 1C 157 62 24
Octal 270 2 65 0 143 107 34 527 142 44
Binary 10111000 10 110101 0 1100011 1000111 11100 101010111 1100010 100100

Color Harmonies of #B80235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80235

Black with #B80235

Text Example


Text Example

White with #B80235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80235; }

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

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

background-color css

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

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

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

border-color css

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

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

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