Html Css Color HEX #B2433F Medium Carmine

📋 copy color: '#B2433F'

red 178 ◦ green 67 ◦ blue 63

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

Shades of Medium Carmine #B2433F

Tints of Medium Carmine #B2433F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 57.79%
G = 21.75%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2433F (or 0xB2433F) is known color: Medium Carmine. HEX triplet: B2, 43 and 3F. RGB value is (178,67,63). Sum of RGB (Red+Green+Blue) = 178+67+63=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2433F is #4DBCC0. Grayscale: #636363. Windows color (decimal): -5094593 or 4146098. OLE color: 4146098.

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

Color convert

RGB 178 67 63 -
CMYK 0 0.62 0.65 0.30
HSL 2.09º 0.48% 0.47% -
HSV(B) 2.09º 0.65% 0.7% -
XYZ 21.26 13.84 6.25 -
YUV 99.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 178 67 63 0 0.62 0.65 0.30 2.09 0.48 0.47
Hex B2 43 3F 0 3E 41 1E 2 30 2F
Octal 262 103 77 0 76 101 36 2 60 57
Binary 10110010 1000011 111111 0 111110 1000001 11110 10 110000 101111

Color Harmonies of #B2433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2433F

Black with #B2433F

Text Example


Text Example

White with #B2433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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