Html Css Color HEX #B84430 Medium Carmine

📋 copy color: '#B84430'

red 184 ◦ green 68 ◦ blue 48

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

Shades of Medium Carmine #B84430

Tints of Medium Carmine #B84430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 61.33%
G = 22.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B84430 (or 0xB84430) is known color: Medium Carmine. HEX triplet: B8, 44 and 30. RGB value is (184,68,48). Sum of RGB (Red+Green+Blue) = 184+68+48=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84430 is #47BBCF. Grayscale: #646464. Windows color (decimal): -4701136 or 3163320. OLE color: 3163320.

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

Color convert

RGB 184 68 48 -
CMYK 0 0.63 0.74 0.28
HSL 8.82º 0.59% 0.45% -
HSV(B) 8.82º 0.74% 0.72% -
XYZ 22.37 14.54 4.42 -
YUV 100.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 184 68 48 0 0.63 0.74 0.28 8.82 0.59 0.45
Hex B8 44 30 0 3F 4A 1C 9 3B 2D
Octal 270 104 60 0 77 112 34 11 73 55
Binary 10111000 1000100 110000 0 111111 1001010 11100 1001 111011 101101

Color Harmonies of #B84430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84430

Black with #B84430

Text Example


Text Example

White with #B84430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84430; }

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

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

background-color css

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

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

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

border-color css

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

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

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