Html Css Color HEX #B2433B Medium Carmine

📋 copy color: '#B2433B'

red 178 ◦ green 67 ◦ blue 59

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

Shades of Medium Carmine #B2433B

Tints of Medium Carmine #B2433B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 58.55%
G = 22.04%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2433B (or 0xB2433B) is known color: Medium Carmine. HEX triplet: B2, 43 and 3B. RGB value is (178,67,59). Sum of RGB (Red+Green+Blue) = 178+67+59=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2433B is #4DBCC4. Grayscale: #636363. Windows color (decimal): -5094597 or 3883954. OLE color: 3883954.

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

Color convert

RGB 178 67 59 -
CMYK 0 0.62 0.67 0.30
HSL 4.03º 0.5% 0.46% -
HSV(B) 4.03º 0.67% 0.7% -
XYZ 21.16 13.8 5.69 -
YUV 99.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 178 67 59 0 0.62 0.67 0.30 4.03 0.5 0.46
Hex B2 43 3B 0 3E 43 1E 4 32 2E
Octal 262 103 73 0 76 103 36 4 62 56
Binary 10110010 1000011 111011 0 111110 1000011 11110 100 110010 101110

Color Harmonies of #B2433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2433B

Black with #B2433B

Text Example


Text Example

White with #B2433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2433B; }

 p { color: rgb(178,67,59); }

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

background-color css

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

 a { background-color: rgb(178,67,59); }

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

border-color css

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

 span { border-color: rgb(178,67,59); }

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