Html Css Color HEX #B5433D Medium Carmine

📋 copy color: '#B5433D'

red 181 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #B5433D

Tints of Medium Carmine #B5433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 58.58%
G = 21.68%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5433D (or 0xB5433D) is known color: Medium Carmine. HEX triplet: B5, 43 and 3D. RGB value is (181,67,61). Sum of RGB (Red+Green+Blue) = 181+67+61=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5433D is #4ABCC2. Grayscale: #646464. Windows color (decimal): -4897987 or 4015029. OLE color: 4015029.

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

Color convert

RGB 181 67 61 -
CMYK 0 0.63 0.66 0.29
HSL 0.5% 0.47% -
HSV(B) 0.66% 0.71% -
XYZ 21.91 14.17 6 -
YUV 100.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 181 67 61 0 0.63 0.66 0.29 3 0.5 0.47
Hex B5 43 3D 0 3F 42 1D 3 32 2F
Octal 265 103 75 0 77 102 35 3 62 57
Binary 10110101 1000011 111101 0 111111 1000010 11101 11 110010 101111

Color Harmonies of #B5433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5433D

Black with #B5433D

Text Example


Text Example

White with #B5433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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