Html Css Color HEX #B33D3D Medium Carmine

📋 copy color: '#B33D3D'

red 179 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #B33D3D

Tints of Medium Carmine #B33D3D

RGB

 RED value IS 179 (70.31% from 255) = 59.47%

 GREEN value IS 61 (24.22% from 255) = 20.27%

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

R = 59.47%
G = 20.27%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B33D3D (or 0xB33D3D) is known color: Medium Carmine. HEX triplet: B3, 3D and 3D. RGB value is (179,61,61). Sum of RGB (Red+Green+Blue) = 179+61+61=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D3D is #4CC2C2. Grayscale: #606060. Windows color (decimal): -5030595 or 4013491. OLE color: 4013491.

HSL color Cylindrical-coordinate representation of color #B33D3D: hue angle of 0º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D3D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 61 61 -
CMYK 0 0.66 0.66 0.30
HSL 0.49% 0.47% -
HSV(B) 0.66% 0.7% -
XYZ 21.1 13.26 5.86 -
YUV 96.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 179 61 61 0 0.66 0.66 0.30 0 0.49 0.47
Hex B3 3D 3D 0 42 42 1E 0 31 2F
Octal 263 75 75 0 102 102 36 0 61 57
Binary 10110011 111101 111101 0 1000010 1000010 11110 0 110001 101111

Color Harmonies of #B33D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D3D

Black with #B33D3D

Text Example


Text Example

White with #B33D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D3D; }

 p { color: rgb(179,61,61); }

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

background-color css

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

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

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

border-color css

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

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

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