Html Css Color HEX #B63921 Medium Carmine

📋 copy color: '#B63921'

red 182 ◦ green 57 ◦ blue 33

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

Shades of Medium Carmine #B63921

Tints of Medium Carmine #B63921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 66.91%
G = 20.96%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B63921 (or 0xB63921) is known color: Medium Carmine. HEX triplet: B6, 39 and 21. RGB value is (182,57,33). Sum of RGB (Red+Green+Blue) = 182+57+33=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63921 is #49C6DE. Grayscale: #5B5B5B. Windows color (decimal): -4835039 or 2177462. OLE color: 2177462.

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

Color convert

RGB 182 57 33 -
CMYK 0 0.69 0.82 0.29
HSL 9.66º 0.69% 0.42% -
HSV(B) 9.66º 0.82% 0.71% -
XYZ 21.03 12.98 2.84 -
YUV 91.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 182 57 33 0 0.69 0.82 0.29 9.66 0.69 0.42
Hex B6 39 21 0 45 52 1D A 45 2A
Octal 266 71 41 0 105 122 35 12 105 52
Binary 10110110 111001 100001 0 1000101 1010010 11101 1010 1000101 101010

Color Harmonies of #B63921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63921

Black with #B63921

Text Example


Text Example

White with #B63921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63921; }

 p { color: rgb(182,57,33); }

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

background-color css

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

 a { background-color: rgb(182,57,33); }

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

border-color css

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

 span { border-color: rgb(182,57,33); }

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