Html Css Color HEX #B5422D Medium Carmine

📋 copy color: '#B5422D'

red 181 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #B5422D

Tints of Medium Carmine #B5422D

RGB

 RED value IS 181 (71.09% from 255) = 61.99%

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 61.99%
G = 22.6%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5422D (or 0xB5422D) is known color: Medium Carmine. HEX triplet: B5, 42 and 2D. RGB value is (181,66,45). Sum of RGB (Red+Green+Blue) = 181+66+45=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5422D is #4ABDD2. Grayscale: #626262. Windows color (decimal): -4898259 or 2966197. OLE color: 2966197.

HSL color Cylindrical-coordinate representation of color #B5422D: hue angle of 9.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5422D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 45 -
CMYK 0 0.64 0.75 0.29
HSL 9.26º 0.6% 0.44% -
HSV(B) 9.26º 0.75% 0.71% -
XYZ 21.48 13.91 4.04 -
YUV 97.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 181 66 45 0 0.64 0.75 0.29 9.26 0.6 0.44
Hex B5 42 2D 0 40 4B 1D 9 3C 2C
Octal 265 102 55 0 100 113 35 11 74 54
Binary 10110101 1000010 101101 0 1000000 1001011 11101 1001 111100 101100

Color Harmonies of #B5422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5422D

Black with #B5422D

Text Example


Text Example

White with #B5422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5422D; }

 p { color: rgb(181,66,45); }

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

background-color css

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

 a { background-color: rgb(181,66,45); }

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

border-color css

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

 span { border-color: rgb(181,66,45); }

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