Html Css Color HEX #B82430 Cardinal

📋 copy color: '#B82430'

red 184 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #B82430

Tints of Cardinal #B82430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

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

R = 68.66%
G = 13.43%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B82430 (or 0xB82430) is known color: Cardinal. HEX triplet: B8, 24 and 30. RGB value is (184,36,48). Sum of RGB (Red+Green+Blue) = 184+36+48=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B82430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82430 is #47DBCF. Grayscale: #515151. Windows color (decimal): -4709328 or 3155128. OLE color: 3155128.

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

Color convert

RGB 184 36 48 -
CMYK 0 0.80 0.74 0.28
HSL 355.14º 0.67% 0.43% -
HSV(B) 355.14º 0.8% 0.72% -
XYZ 20.93 11.67 3.94 -
YUV 81.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 184 36 48 0 0.80 0.74 0.28 355.14 0.67 0.43
Hex B8 24 30 0 50 4A 1C 163 43 2B
Octal 270 44 60 0 120 112 34 543 103 53
Binary 10111000 100100 110000 0 1010000 1001010 11100 101100011 1000011 101011

Color Harmonies of #B82430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82430

Black with #B82430

Text Example


Text Example

White with #B82430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82430; }

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

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

background-color css

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

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

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

border-color css

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

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

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