Html Css Color HEX #B42145 Old Rose

📋 copy color: '#B42145'

red 180 ◦ green 33 ◦ blue 69

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

Shades of Old Rose #B42145

Tints of Old Rose #B42145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 69 (27.34% from 255) = 24.47%

R = 63.83%
G = 11.7%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B42145 (or 0xB42145) is known color: Old Rose. HEX triplet: B4, 21 and 45. RGB value is (180,33,69). Sum of RGB (Red+Green+Blue) = 180+33+69=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42145 is #4BDEBA. Grayscale: #515151. Windows color (decimal): -4972219 or 4530612. OLE color: 4530612.

HSL color Cylindrical-coordinate representation of color #B42145: hue angle of 345.31º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42145 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 69 -
CMYK 0 0.82 0.62 0.29
HSL 345.31º 0.69% 0.42% -
HSV(B) 345.31º 0.82% 0.71% -
XYZ 20.44 11.22 6.72 -
YUV 81.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 180 33 69 0 0.82 0.62 0.29 345.31 0.69 0.42
Hex B4 21 45 0 52 3E 1D 159 45 2A
Octal 264 41 105 0 122 76 35 531 105 52
Binary 10110100 100001 1000101 0 1010010 111110 11101 101011001 1000101 101010

Color Harmonies of #B42145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42145

Black with #B42145

Text Example


Text Example

White with #B42145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42145; }

 p { color: rgb(180,33,69); }

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

background-color css

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

 a { background-color: rgb(180,33,69); }

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

border-color css

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

 span { border-color: rgb(180,33,69); }

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