Html Css Color HEX #B53430 Medium Carmine

📋 copy color: '#B53430'

red 181 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #B53430

Tints of Medium Carmine #B53430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 64.41%
G = 18.51%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B53430 (or 0xB53430) is known color: Medium Carmine. HEX triplet: B5, 34 and 30. RGB value is (181,52,48). Sum of RGB (Red+Green+Blue) = 181+52+48=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53430 is #4ACBCF. Grayscale: #5A5A5A. Windows color (decimal): -4901840 or 3159221. OLE color: 3159221.

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

Color convert

RGB 181 52 48 -
CMYK 0 0.71 0.73 0.29
HSL 1.8º 0.58% 0.45% -
HSV(B) 1.8º 0.73% 0.71% -
XYZ 20.82 12.49 4.11 -
YUV 90.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 181 52 48 0 0.71 0.73 0.29 1.8 0.58 0.45
Hex B5 34 30 0 47 49 1D 2 3A 2D
Octal 265 64 60 0 107 111 35 2 72 55
Binary 10110101 110100 110000 0 1000111 1001001 11101 10 111010 101101

Color Harmonies of #B53430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53430

Black with #B53430

Text Example


Text Example

White with #B53430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53430; }

 p { color: rgb(181,52,48); }

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

background-color css

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

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

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

border-color css

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

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

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