Html Css Color HEX #B3402F Medium Carmine

📋 copy color: '#B3402F'

red 179 ◦ green 64 ◦ blue 47

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

Shades of Medium Carmine #B3402F

Tints of Medium Carmine #B3402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 61.72%
G = 22.07%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3402F (or 0xB3402F) is known color: Medium Carmine. HEX triplet: B3, 40 and 2F. RGB value is (179,64,47). Sum of RGB (Red+Green+Blue) = 179+64+47=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3402F is #4CBFD0. Grayscale: #606060. Windows color (decimal): -5029841 or 3096755. OLE color: 3096755.

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

Color convert

RGB 179 64 47 -
CMYK 0 0.64 0.74 0.30
HSL 7.73º 0.58% 0.44% -
HSV(B) 7.73º 0.74% 0.7% -
XYZ 20.94 13.46 4.18 -
YUV 96.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 179 64 47 0 0.64 0.74 0.30 7.73 0.58 0.44
Hex B3 40 2F 0 40 4A 1E 8 3A 2C
Octal 263 100 57 0 100 112 36 10 72 54
Binary 10110011 1000000 101111 0 1000000 1001010 11110 1000 111010 101100

Color Harmonies of #B3402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3402F

Black with #B3402F

Text Example


Text Example

White with #B3402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3402F; }

 p { color: rgb(179,64,47); }

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

background-color css

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

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

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

border-color css

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

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

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