Html Css Color HEX #B80530 Cardinal

📋 copy color: '#B80530'

red 184 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #B80530

Tints of Cardinal #B80530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 77.64%
G = 2.11%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B80530 (or 0xB80530) is known color: Cardinal. HEX triplet: B8, 05 and 30. RGB value is (184,5,48). Sum of RGB (Red+Green+Blue) = 184+5+48=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B80530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80530 is #47FACF. Grayscale: #3F3F3F. Windows color (decimal): -4717264 or 3147192. OLE color: 3147192.

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

Color convert

RGB 184 5 48 -
CMYK 0 0.97 0.74 0.28
HSL 345.59º 0.95% 0.37% -
HSV(B) 345.59º 0.97% 0.72% -
XYZ 20.35 10.51 3.75 -
YUV 63.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 184 5 48 0 0.97 0.74 0.28 345.59 0.95 0.37
Hex B8 5 30 0 61 4A 1C 15A 5F 25
Octal 270 5 60 0 141 112 34 532 137 45
Binary 10111000 101 110000 0 1100001 1001010 11100 101011010 1011111 100101

Color Harmonies of #B80530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80530

Black with #B80530

Text Example


Text Example

White with #B80530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80530; }

 p { color: rgb(184,5,48); }

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

background-color css

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

 a { background-color: rgb(184,5,48); }

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

border-color css

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

 span { border-color: rgb(184,5,48); }

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