Html Css Color HEX #B42942 Old Rose

📋 copy color: '#B42942'

red 180 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #B42942

Tints of Old Rose #B42942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 62.72%
G = 14.29%
B = 23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42942 (or 0xB42942) is known color: Old Rose. HEX triplet: B4, 29 and 42. RGB value is (180,41,66). Sum of RGB (Red+Green+Blue) = 180+41+66=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42942 is #4BD6BD. Grayscale: #555555. Windows color (decimal): -4970174 or 4336052. OLE color: 4336052.

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

Color convert

RGB 180 41 66 -
CMYK 0 0.77 0.63 0.29
HSL 349.21º 0.63% 0.43% -
HSV(B) 349.21º 0.77% 0.71% -
XYZ 20.6 11.68 6.32 -
YUV 85.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 180 41 66 0 0.77 0.63 0.29 349.21 0.63 0.43
Hex B4 29 42 0 4D 3F 1D 15D 3F 2B
Octal 264 51 102 0 115 77 35 535 77 53
Binary 10110100 101001 1000010 0 1001101 111111 11101 101011101 111111 101011

Color Harmonies of #B42942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42942

Black with #B42942

Text Example


Text Example

White with #B42942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42942; }

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

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

background-color css

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

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

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

border-color css

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

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

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