Html Css Color HEX #B42D42 Old Rose

📋 copy color: '#B42D42'

red 180 ◦ green 45 ◦ blue 66

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

Shades of Old Rose #B42D42

Tints of Old Rose #B42D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 61.86%
G = 15.46%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42D42 (or 0xB42D42) is known color: Old Rose. HEX triplet: B4, 2D and 42. RGB value is (180,45,66). Sum of RGB (Red+Green+Blue) = 180+45+66=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D42 is #4BD2BD. Grayscale: #575757. Windows color (decimal): -4969150 or 4337076. OLE color: 4337076.

HSL color Cylindrical-coordinate representation of color #B42D42: hue angle of 350.67º 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 #B42D42 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 45 66 -
CMYK 0 0.75 0.63 0.29
HSL 350.67º 0.6% 0.44% -
HSV(B) 350.67º 0.75% 0.71% -
XYZ 20.74 11.97 6.37 -
YUV 87.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 180 45 66 0 0.75 0.63 0.29 350.67 0.6 0.44
Hex B4 2D 42 0 4B 3F 1D 15F 3C 2C
Octal 264 55 102 0 113 77 35 537 74 54
Binary 10110100 101101 1000010 0 1001011 111111 11101 101011111 111100 101100

Color Harmonies of #B42D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D42

Black with #B42D42

Text Example


Text Example

White with #B42D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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