Html Css Color HEX #B42343 Old Rose

📋 copy color: '#B42343'

red 180 ◦ green 35 ◦ blue 67

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

Shades of Old Rose #B42343

Tints of Old Rose #B42343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 63.83%
G = 12.41%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42343 (or 0xB42343) is known color: Old Rose. HEX triplet: B4, 23 and 43. RGB value is (180,35,67). Sum of RGB (Red+Green+Blue) = 180+35+67=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42343 is #4BDCBC. Grayscale: #525252. Windows color (decimal): -4971709 or 4400052. OLE color: 4400052.

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

Color convert

RGB 180 35 67 -
CMYK 0 0.81 0.63 0.29
HSL 346.76º 0.67% 0.42% -
HSV(B) 346.76º 0.81% 0.71% -
XYZ 20.44 11.31 6.42 -
YUV 82 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 180 35 67 0 0.81 0.63 0.29 346.76 0.67 0.42
Hex B4 23 43 0 51 3F 1D 15B 43 2A
Octal 264 43 103 0 121 77 35 533 103 52
Binary 10110100 100011 1000011 0 1010001 111111 11101 101011011 1000011 101010

Color Harmonies of #B42343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42343

Black with #B42343

Text Example


Text Example

White with #B42343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42343; }

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

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

background-color css

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

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

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

border-color css

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

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

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