Html Css Color HEX #B2402F Medium Carmine

📋 copy color: '#B2402F'

red 178 ◦ green 64 ◦ blue 47

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

Shades of Medium Carmine #B2402F

Tints of Medium Carmine #B2402F

RGB

 RED value IS 178 (69.92% from 255) = 61.59%

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

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

R = 61.59%
G = 22.15%
B = 16.26%

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

#B2402F (or 0xB2402F) is known color: Medium Carmine. HEX triplet: B2, 40 and 2F. RGB value is (178,64,47). Sum of RGB (Red+Green+Blue) = 178+64+47=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2402F is #4DBFD0. Grayscale: #606060. Windows color (decimal): -5095377 or 3096754. OLE color: 3096754.

HSL color Cylindrical-coordinate representation of color #B2402F: hue angle of 7.79º 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 #B2402F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 47 -
CMYK 0 0.64 0.74 0.30
HSL 7.79º 0.58% 0.44% -
HSV(B) 7.79º 0.74% 0.7% -
XYZ 20.71 13.34 4.17 -
YUV 96.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 178 64 47 0 0.64 0.74 0.30 7.79 0.58 0.44
Hex B2 40 2F 0 40 4A 1E 8 3A 2C
Octal 262 100 57 0 100 112 36 10 72 54
Binary 10110010 1000000 101111 0 1000000 1001010 11110 1000 111010 101100

Color Harmonies of #B2402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2402F

Black with #B2402F

Text Example


Text Example

White with #B2402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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