Html Css Color HEX #B6432D Medium Carmine

📋 copy color: '#B6432D'

red 182 ◦ green 67 ◦ blue 45

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

Shades of Medium Carmine #B6432D

Tints of Medium Carmine #B6432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 61.9%
G = 22.79%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6432D (or 0xB6432D) is known color: Medium Carmine. HEX triplet: B6, 43 and 2D. RGB value is (182,67,45). Sum of RGB (Red+Green+Blue) = 182+67+45=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6432D is #49BCD2. Grayscale: #636363. Windows color (decimal): -4832467 or 2966454. OLE color: 2966454.

HSL color Cylindrical-coordinate representation of color #B6432D: hue angle of 9.64º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6432D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 45 -
CMYK 0 0.63 0.75 0.29
HSL 9.64º 0.6% 0.45% -
HSV(B) 9.64º 0.75% 0.71% -
XYZ 21.77 14.15 4.07 -
YUV 98.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 182 67 45 0 0.63 0.75 0.29 9.64 0.6 0.45
Hex B6 43 2D 0 3F 4B 1D A 3C 2D
Octal 266 103 55 0 77 113 35 12 74 55
Binary 10110110 1000011 101101 0 111111 1001011 11101 1010 111100 101101

Color Harmonies of #B6432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6432D

Black with #B6432D

Text Example


Text Example

White with #B6432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6432D; }

 p { color: rgb(182,67,45); }

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

background-color css

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

 a { background-color: rgb(182,67,45); }

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

border-color css

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

 span { border-color: rgb(182,67,45); }

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