Html Css Color HEX #B82030 Cardinal

📋 copy color: '#B82030'

red 184 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #B82030

Tints of Cardinal #B82030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 69.7%
G = 12.12%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B82030 (or 0xB82030) is known color: Cardinal. HEX triplet: B8, 20 and 30. RGB value is (184,32,48). Sum of RGB (Red+Green+Blue) = 184+32+48=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B82030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82030 is #47DFCF. Grayscale: #4F4F4F. Windows color (decimal): -4710352 or 3154104. OLE color: 3154104.

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

Color convert

RGB 184 32 48 -
CMYK 0 0.83 0.74 0.28
HSL 353.68º 0.7% 0.42% -
HSV(B) 353.68º 0.83% 0.72% -
XYZ 20.82 11.44 3.91 -
YUV 79.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 184 32 48 0 0.83 0.74 0.28 353.68 0.7 0.42
Hex B8 20 30 0 53 4A 1C 162 46 2A
Octal 270 40 60 0 123 112 34 542 106 52
Binary 10111000 100000 110000 0 1010011 1001010 11100 101100010 1000110 101010

Color Harmonies of #B82030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82030

Black with #B82030

Text Example


Text Example

White with #B82030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82030; }

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

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

background-color css

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

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

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

border-color css

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

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

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