Html Css Color HEX #B80230 Cardinal

📋 copy color: '#B80230'

red 184 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #B80230

Tints of Cardinal #B80230

RGB

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

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

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

R = 78.63%
G = 0.85%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B80230 (or 0xB80230) is known color: Cardinal. HEX triplet: B8, 02 and 30. RGB value is (184,2,48). Sum of RGB (Red+Green+Blue) = 184+2+48=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B80230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80230 is #47FDCF. Grayscale: #3D3D3D. Windows color (decimal): -4718032 or 3146424. OLE color: 3146424.

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

Color convert

RGB 184 2 48 -
CMYK 0 0.99 0.74 0.28
HSL 344.84º 0.98% 0.36% -
HSV(B) 344.84º 0.99% 0.72% -
XYZ 20.32 10.45 3.74 -
YUV 61.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 184 2 48 0 0.99 0.74 0.28 344.84 0.98 0.36
Hex B8 2 30 0 63 4A 1C 159 62 24
Octal 270 2 60 0 143 112 34 531 142 44
Binary 10111000 10 110000 0 1100011 1001010 11100 101011001 1100010 100100

Color Harmonies of #B80230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80230

Black with #B80230

Text Example


Text Example

White with #B80230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80230; }

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

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

background-color css

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

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

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

border-color css

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

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

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