Html Css Color HEX #B63824 Medium Carmine

📋 copy color: '#B63824'

red 182 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #B63824

Tints of Medium Carmine #B63824

RGB

 RED value IS 182 (71.48% from 255) = 66.42%

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 66.42%
G = 20.44%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63824 (or 0xB63824) is known color: Medium Carmine. HEX triplet: B6, 38 and 24. RGB value is (182,56,36). Sum of RGB (Red+Green+Blue) = 182+56+36=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63824 is #49C7DB. Grayscale: #5B5B5B. Windows color (decimal): -4835292 or 2373814. OLE color: 2373814.

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

Color convert

RGB 182 56 36 -
CMYK 0 0.69 0.80 0.29
HSL 8.22º 0.67% 0.43% -
HSV(B) 8.22º 0.8% 0.71% -
XYZ 21.02 12.9 3.05 -
YUV 91.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 182 56 36 0 0.69 0.80 0.29 8.22 0.67 0.43
Hex B6 38 24 0 45 50 1D 8 43 2B
Octal 266 70 44 0 105 120 35 10 103 53
Binary 10110110 111000 100100 0 1000101 1010000 11101 1000 1000011 101011

Color Harmonies of #B63824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63824

Black with #B63824

Text Example


Text Example

White with #B63824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63824; }

 p { color: rgb(182,56,36); }

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

background-color css

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

 a { background-color: rgb(182,56,36); }

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

border-color css

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

 span { border-color: rgb(182,56,36); }

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