Html Css Color HEX #B63B25 Medium Carmine

📋 copy color: '#B63B25'

red 182 ◦ green 59 ◦ blue 37

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

Shades of Medium Carmine #B63B25

Tints of Medium Carmine #B63B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 65.47%
G = 21.22%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63B25 (or 0xB63B25) is known color: Medium Carmine. HEX triplet: B6, 3B and 25. RGB value is (182,59,37). Sum of RGB (Red+Green+Blue) = 182+59+37=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B25 is #49C4DA. Grayscale: #5D5D5D. Windows color (decimal): -4834523 or 2440118. OLE color: 2440118.

HSL color Cylindrical-coordinate representation of color #B63B25: hue angle of 9.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B63B25 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 37 -
CMYK 0 0.68 0.80 0.29
HSL 9.1º 0.66% 0.43% -
HSV(B) 9.1º 0.8% 0.71% -
XYZ 21.19 13.21 3.18 -
YUV 93.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 182 59 37 0 0.68 0.80 0.29 9.1 0.66 0.43
Hex B6 3B 25 0 44 50 1D 9 42 2B
Octal 266 73 45 0 104 120 35 11 102 53
Binary 10110110 111011 100101 0 1000100 1010000 11101 1001 1000010 101011

Color Harmonies of #B63B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B25

Black with #B63B25

Text Example


Text Example

White with #B63B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B25; }

 p { color: rgb(182,59,37); }

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

background-color css

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

 a { background-color: rgb(182,59,37); }

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

border-color css

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

 span { border-color: rgb(182,59,37); }

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