Html Css Color HEX #B6402A Medium Carmine

📋 copy color: '#B6402A'

red 182 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #B6402A

Tints of Medium Carmine #B6402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 63.19%
G = 22.22%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6402A (or 0xB6402A) is known color: Medium Carmine. HEX triplet: B6, 40 and 2A. RGB value is (182,64,42). Sum of RGB (Red+Green+Blue) = 182+64+42=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B6402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6402A is #49BFD5. Grayscale: #606060. Windows color (decimal): -4833238 or 2769078. OLE color: 2769078.

HSL color Cylindrical-coordinate representation of color #B6402A: hue angle of 9.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6402A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 42 -
CMYK 0 0.65 0.77 0.29
HSL 9.43º 0.63% 0.44% -
HSV(B) 9.43º 0.77% 0.71% -
XYZ 21.54 13.78 3.71 -
YUV 96.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 182 64 42 0 0.65 0.77 0.29 9.43 0.63 0.44
Hex B6 40 2A 0 41 4D 1D 9 3E 2C
Octal 266 100 52 0 101 115 35 11 76 54
Binary 10110110 1000000 101010 0 1000001 1001101 11101 1001 111110 101100

Color Harmonies of #B6402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6402A

Black with #B6402A

Text Example


Text Example

White with #B6402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6402A; }

 p { color: rgb(182,64,42); }

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

background-color css

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

 a { background-color: rgb(182,64,42); }

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

border-color css

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

 span { border-color: rgb(182,64,42); }

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