Html Css Color HEX #B80330 Cardinal

📋 copy color: '#B80330'

red 184 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #B80330

Tints of Cardinal #B80330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 78.3%
G = 1.28%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B80330 (or 0xB80330) is known color: Cardinal. HEX triplet: B8, 03 and 30. RGB value is (184,3,48). Sum of RGB (Red+Green+Blue) = 184+3+48=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80330 is #47FCCF. Grayscale: #3E3E3E. Windows color (decimal): -4717776 or 3146680. OLE color: 3146680.

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

Color convert

RGB 184 3 48 -
CMYK 0 0.98 0.74 0.28
HSL 345.08º 0.97% 0.37% -
HSV(B) 345.08º 0.98% 0.72% -
XYZ 20.33 10.47 3.75 -
YUV 62.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 184 3 48 0 0.98 0.74 0.28 345.08 0.97 0.37
Hex B8 3 30 0 62 4A 1C 159 61 25
Octal 270 3 60 0 142 112 34 531 141 45
Binary 10111000 11 110000 0 1100010 1001010 11100 101011001 1100001 100101

Color Harmonies of #B80330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80330

Black with #B80330

Text Example


Text Example

White with #B80330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80330; }

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

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

background-color css

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

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

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

border-color css

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

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

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