Html Css Color HEX #B42C42 Old Rose

📋 copy color: '#B42C42'

red 180 ◦ green 44 ◦ blue 66

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

Shades of Old Rose #B42C42

Tints of Old Rose #B42C42

RGB

 RED value IS 180 (70.7% from 255) = 62.07%

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 62.07%
G = 15.17%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42C42 (or 0xB42C42) is known color: Old Rose. HEX triplet: B4, 2C and 42. RGB value is (180,44,66). Sum of RGB (Red+Green+Blue) = 180+44+66=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C42 is #4BD3BD. Grayscale: #575757. Windows color (decimal): -4969406 or 4336820. OLE color: 4336820.

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

Color convert

RGB 180 44 66 -
CMYK 0 0.76 0.63 0.29
HSL 350.29º 0.61% 0.44% -
HSV(B) 350.29º 0.76% 0.71% -
XYZ 20.71 11.9 6.36 -
YUV 87.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 180 44 66 0 0.76 0.63 0.29 350.29 0.61 0.44
Hex B4 2C 42 0 4C 3F 1D 15E 3D 2C
Octal 264 54 102 0 114 77 35 536 75 54
Binary 10110100 101100 1000010 0 1001100 111111 11101 101011110 111101 101100

Color Harmonies of #B42C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C42

Black with #B42C42

Text Example


Text Example

White with #B42C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C42; }

 p { color: rgb(180,44,66); }

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

background-color css

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

 a { background-color: rgb(180,44,66); }

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

border-color css

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

 span { border-color: rgb(180,44,66); }

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