Html Css Color HEX #B2433D Medium Carmine

📋 copy color: '#B2433D'

red 178 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #B2433D

Tints of Medium Carmine #B2433D

RGB

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

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

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

R = 58.17%
G = 21.9%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2433D (or 0xB2433D) is known color: Medium Carmine. HEX triplet: B2, 43 and 3D. RGB value is (178,67,61). Sum of RGB (Red+Green+Blue) = 178+67+61=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2433D is #4DBCC2. Grayscale: #636363. Windows color (decimal): -5094595 or 4015026. OLE color: 4015026.

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

Color convert

RGB 178 67 61 -
CMYK 0 0.62 0.66 0.30
HSL 3.08º 0.49% 0.47% -
HSV(B) 3.08º 0.66% 0.7% -
XYZ 21.21 13.82 5.96 -
YUV 99.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 178 67 61 0 0.62 0.66 0.30 3.08 0.49 0.47
Hex B2 43 3D 0 3E 42 1E 3 31 2F
Octal 262 103 75 0 76 102 36 3 61 57
Binary 10110010 1000011 111101 0 111110 1000010 11110 11 110001 101111

Color Harmonies of #B2433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2433D

Black with #B2433D

Text Example


Text Example

White with #B2433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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