Html Css Color HEX #B5433C Medium Carmine

📋 copy color: '#B5433C'

red 181 ◦ green 67 ◦ blue 60

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

Shades of Medium Carmine #B5433C

Tints of Medium Carmine #B5433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 58.77%
G = 21.75%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5433C (or 0xB5433C) is known color: Medium Carmine. HEX triplet: B5, 43 and 3C. RGB value is (181,67,60). Sum of RGB (Red+Green+Blue) = 181+67+60=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5433C is #4ABCC3. Grayscale: #646464. Windows color (decimal): -4897988 or 3949493. OLE color: 3949493.

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

Color convert

RGB 181 67 60 -
CMYK 0 0.63 0.67 0.29
HSL 3.47º 0.5% 0.47% -
HSV(B) 3.47º 0.67% 0.71% -
XYZ 21.88 14.16 5.86 -
YUV 100.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 181 67 60 0 0.63 0.67 0.29 3.47 0.5 0.47
Hex B5 43 3C 0 3F 43 1D 3 32 2F
Octal 265 103 74 0 77 103 35 3 62 57
Binary 10110101 1000011 111100 0 111111 1000011 11101 11 110010 101111

Color Harmonies of #B5433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5433C

Black with #B5433C

Text Example


Text Example

White with #B5433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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