Html Css Color HEX #B80234 Cardinal

📋 copy color: '#B80234'

red 184 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #B80234

Tints of Cardinal #B80234

RGB

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

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

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

R = 77.31%
G = 0.84%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80234 (or 0xB80234) is known color: Cardinal. HEX triplet: B8, 02 and 34. RGB value is (184,2,52). Sum of RGB (Red+Green+Blue) = 184+2+52=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B80234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80234 is #47FDCB. Grayscale: #3E3E3E. Windows color (decimal): -4718028 or 3408568. OLE color: 3408568.

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

Color convert

RGB 184 2 52 -
CMYK 0 0.99 0.72 0.28
HSL 343.52º 0.98% 0.36% -
HSV(B) 343.52º 0.99% 0.72% -
XYZ 20.41 10.48 4.2 -
YUV 62.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 184 2 52 0 0.99 0.72 0.28 343.52 0.98 0.36
Hex B8 2 34 0 63 48 1C 158 62 24
Octal 270 2 64 0 143 110 34 530 142 44
Binary 10111000 10 110100 0 1100011 1001000 11100 101011000 1100010 100100

Color Harmonies of #B80234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80234

Black with #B80234

Text Example


Text Example

White with #B80234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80234; }

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

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

background-color css

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

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

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

border-color css

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

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

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