Html Css Color HEX #B4433D Medium Carmine

📋 copy color: '#B4433D'

red 180 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #B4433D

Tints of Medium Carmine #B4433D

RGB

 RED value IS 180 (70.7% from 255) = 58.44%

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

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

R = 58.44%
G = 21.75%
B = 19.81%

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

#B4433D (or 0xB4433D) is known color: Medium Carmine. HEX triplet: B4, 43 and 3D. RGB value is (180,67,61). Sum of RGB (Red+Green+Blue) = 180+67+61=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4433D is #4BBCC2. Grayscale: #646464. Windows color (decimal): -4963523 or 4015028. OLE color: 4015028.

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

Color convert

RGB 180 67 61 -
CMYK 0 0.63 0.66 0.29
HSL 3.03º 0.49% 0.47% -
HSV(B) 3.03º 0.66% 0.71% -
XYZ 21.67 14.05 5.99 -
YUV 100.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 180 67 61 0 0.63 0.66 0.29 3.03 0.49 0.47
Hex B4 43 3D 0 3F 42 1D 3 31 2F
Octal 264 103 75 0 77 102 35 3 61 57
Binary 10110100 1000011 111101 0 111111 1000010 11101 11 110001 101111

Color Harmonies of #B4433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4433D

Black with #B4433D

Text Example


Text Example

White with #B4433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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