Html Css Color HEX #B53B29 Medium Carmine

📋 copy color: '#B53B29'

red 181 ◦ green 59 ◦ blue 41

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

Shades of Medium Carmine #B53B29

Tints of Medium Carmine #B53B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 64.41%
G = 21%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53B29 (or 0xB53B29) is known color: Medium Carmine. HEX triplet: B5, 3B and 29. RGB value is (181,59,41). Sum of RGB (Red+Green+Blue) = 181+59+41=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B29 is #4AC4D6. Grayscale: #5D5D5D. Windows color (decimal): -4900055 or 2702261. OLE color: 2702261.

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

Color convert

RGB 181 59 41 -
CMYK 0 0.67 0.77 0.29
HSL 7.71º 0.63% 0.44% -
HSV(B) 7.71º 0.77% 0.71% -
XYZ 21.02 13.11 3.52 -
YUV 93.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 181 59 41 0 0.67 0.77 0.29 7.71 0.63 0.44
Hex B5 3B 29 0 43 4D 1D 8 3F 2C
Octal 265 73 51 0 103 115 35 10 77 54
Binary 10110101 111011 101001 0 1000011 1001101 11101 1000 111111 101100

Color Harmonies of #B53B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B29

Black with #B53B29

Text Example


Text Example

White with #B53B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B29; }

 p { color: rgb(181,59,41); }

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

background-color css

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

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

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

border-color css

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

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

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