Html Css Color HEX #B6452D Medium Carmine

📋 copy color: '#B6452D'

red 182 ◦ green 69 ◦ blue 45

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

Shades of Medium Carmine #B6452D

Tints of Medium Carmine #B6452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 61.49%
G = 23.31%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6452D (or 0xB6452D) is known color: Medium Carmine. HEX triplet: B6, 45 and 2D. RGB value is (182,69,45). Sum of RGB (Red+Green+Blue) = 182+69+45=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6452D is #49BAD2. Grayscale: #646464. Windows color (decimal): -4831955 or 2966966. OLE color: 2966966.

HSL color Cylindrical-coordinate representation of color #B6452D: hue angle of 10.51º 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 #B6452D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 45 -
CMYK 0 0.62 0.75 0.29
HSL 10.51º 0.6% 0.45% -
HSV(B) 10.51º 0.75% 0.71% -
XYZ 21.89 14.39 4.11 -
YUV 100.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 182 69 45 0 0.62 0.75 0.29 10.51 0.6 0.45
Hex B6 45 2D 0 3E 4B 1D B 3C 2D
Octal 266 105 55 0 76 113 35 13 74 55
Binary 10110110 1000101 101101 0 111110 1001011 11101 1011 111100 101101

Color Harmonies of #B6452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6452D

Black with #B6452D

Text Example


Text Example

White with #B6452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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