Html Css Color HEX #B53D3D Medium Carmine

📋 copy color: '#B53D3D'

red 181 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #B53D3D

Tints of Medium Carmine #B53D3D

RGB

 RED value IS 181 (71.09% from 255) = 59.74%

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 59.74%
G = 20.13%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B53D3D (or 0xB53D3D) is known color: Medium Carmine. HEX triplet: B5, 3D and 3D. RGB value is (181,61,61). Sum of RGB (Red+Green+Blue) = 181+61+61=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D3D is #4AC2C2. Grayscale: #606060. Windows color (decimal): -4899523 or 4013493. OLE color: 4013493.

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

Color convert

RGB 181 61 61 -
CMYK 0 0.66 0.66 0.29
HSL 0.5% 0.47% -
HSV(B) 0.66% 0.71% -
XYZ 21.57 13.5 5.88 -
YUV 96.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 181 61 61 0 0.66 0.66 0.29 0 0.5 0.47
Hex B5 3D 3D 0 42 42 1D 0 32 2F
Octal 265 75 75 0 102 102 35 0 62 57
Binary 10110101 111101 111101 0 1000010 1000010 11101 0 110010 101111

Color Harmonies of #B53D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D3D

Black with #B53D3D

Text Example


Text Example

White with #B53D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D3D; }

 p { color: rgb(181,61,61); }

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

background-color css

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

 a { background-color: rgb(181,61,61); }

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

border-color css

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

 span { border-color: rgb(181,61,61); }

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