Html Css Color HEX #B6423E Medium Carmine

📋 copy color: '#B6423E'

red 182 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #B6423E

Tints of Medium Carmine #B6423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 58.71%
G = 21.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6423E (or 0xB6423E) is known color: Medium Carmine. HEX triplet: B6, 42 and 3E. RGB value is (182,66,62). Sum of RGB (Red+Green+Blue) = 182+66+62=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6423E is #49BDC1. Grayscale: #646464. Windows color (decimal): -4832706 or 4080310. OLE color: 4080310.

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

Color convert

RGB 182 66 62 -
CMYK 0 0.64 0.66 0.29
HSL 0.49% 0.48% -
HSV(B) 0.66% 0.71% -
XYZ 22.11 14.19 6.13 -
YUV 100.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 182 66 62 0 0.64 0.66 0.29 2 0.49 0.48
Hex B6 42 3E 0 40 42 1D 2 31 30
Octal 266 102 76 0 100 102 35 2 61 60
Binary 10110110 1000010 111110 0 1000000 1000010 11101 10 110001 110000

Color Harmonies of #B6423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6423E

Black with #B6423E

Text Example


Text Example

White with #B6423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6423E; }

 p { color: rgb(182,66,62); }

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

background-color css

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

 a { background-color: rgb(182,66,62); }

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

border-color css

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

 span { border-color: rgb(182,66,62); }

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