Html Css Color HEX #B63D22 Medium Carmine

📋 copy color: '#B63D22'

red 182 ◦ green 61 ◦ blue 34

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

Shades of Medium Carmine #B63D22

Tints of Medium Carmine #B63D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 65.7%
G = 22.02%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63D22 (or 0xB63D22) is known color: Medium Carmine. HEX triplet: B6, 3D and 22. RGB value is (182,61,34). Sum of RGB (Red+Green+Blue) = 182+61+34=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D22 is #49C2DD. Grayscale: #5E5E5E. Windows color (decimal): -4834014 or 2244022. OLE color: 2244022.

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

Color convert

RGB 182 61 34 -
CMYK 0 0.66 0.81 0.29
HSL 10.95º 0.69% 0.42% -
HSV(B) 10.95º 0.81% 0.71% -
XYZ 21.25 13.4 2.98 -
YUV 94.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 182 61 34 0 0.66 0.81 0.29 10.95 0.69 0.42
Hex B6 3D 22 0 42 51 1D B 45 2A
Octal 266 75 42 0 102 121 35 13 105 52
Binary 10110110 111101 100010 0 1000010 1010001 11101 1011 1000101 101010

Color Harmonies of #B63D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D22

Black with #B63D22

Text Example


Text Example

White with #B63D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D22; }

 p { color: rgb(182,61,34); }

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

background-color css

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

 a { background-color: rgb(182,61,34); }

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

border-color css

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

 span { border-color: rgb(182,61,34); }

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