Html Css Color HEX #B42345 Old Rose

📋 copy color: '#B42345'

red 180 ◦ green 35 ◦ blue 69

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

Shades of Old Rose #B42345

Tints of Old Rose #B42345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

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

R = 63.38%
G = 12.32%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B42345 (or 0xB42345) is known color: Old Rose. HEX triplet: B4, 23 and 45. RGB value is (180,35,69). Sum of RGB (Red+Green+Blue) = 180+35+69=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B42345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42345 is #4BDCBA. Grayscale: #525252. Windows color (decimal): -4971707 or 4531124. OLE color: 4531124.

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

Color convert

RGB 180 35 69 -
CMYK 0 0.81 0.62 0.29
HSL 345.93º 0.67% 0.42% -
HSV(B) 345.93º 0.81% 0.71% -
XYZ 20.5 11.34 6.74 -
YUV 82.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 180 35 69 0 0.81 0.62 0.29 345.93 0.67 0.42
Hex B4 23 45 0 51 3E 1D 15A 43 2A
Octal 264 43 105 0 121 76 35 532 103 52
Binary 10110100 100011 1000101 0 1010001 111110 11101 101011010 1000011 101010

Color Harmonies of #B42345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42345

Black with #B42345

Text Example


Text Example

White with #B42345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42345; }

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

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

background-color css

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

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

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

border-color css

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

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

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