Html Css Color HEX #B82130 Cardinal

📋 copy color: '#B82130'

red 184 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #B82130

Tints of Cardinal #B82130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

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

R = 69.43%
G = 12.45%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B82130 (or 0xB82130) is known color: Cardinal. HEX triplet: B8, 21 and 30. RGB value is (184,33,48). Sum of RGB (Red+Green+Blue) = 184+33+48=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B82130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82130 is #47DECF. Grayscale: #4F4F4F. Windows color (decimal): -4710096 or 3154360. OLE color: 3154360.

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

Color convert

RGB 184 33 48 -
CMYK 0 0.82 0.74 0.28
HSL 354.04º 0.7% 0.43% -
HSV(B) 354.04º 0.82% 0.72% -
XYZ 20.84 11.49 3.92 -
YUV 79.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 184 33 48 0 0.82 0.74 0.28 354.04 0.7 0.43
Hex B8 21 30 0 52 4A 1C 162 46 2B
Octal 270 41 60 0 122 112 34 542 106 53
Binary 10111000 100001 110000 0 1010010 1001010 11100 101100010 1000110 101011

Color Harmonies of #B82130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82130

Black with #B82130

Text Example


Text Example

White with #B82130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82130; }

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

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

background-color css

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

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

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

border-color css

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

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

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