Html Css Color HEX #B42643 Old Rose

📋 copy color: '#B42643'

red 180 ◦ green 38 ◦ blue 67

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

Shades of Old Rose #B42643

Tints of Old Rose #B42643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 63.16%
G = 13.33%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42643 (or 0xB42643) is known color: Old Rose. HEX triplet: B4, 26 and 43. RGB value is (180,38,67). Sum of RGB (Red+Green+Blue) = 180+38+67=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42643 is #4BD9BC. Grayscale: #535353. Windows color (decimal): -4970941 or 4400820. OLE color: 4400820.

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

Color convert

RGB 180 38 67 -
CMYK 0 0.79 0.63 0.29
HSL 347.75º 0.65% 0.43% -
HSV(B) 347.75º 0.79% 0.71% -
XYZ 20.53 11.49 6.45 -
YUV 83.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 180 38 67 0 0.79 0.63 0.29 347.75 0.65 0.43
Hex B4 26 43 0 4F 3F 1D 15C 41 2B
Octal 264 46 103 0 117 77 35 534 101 53
Binary 10110100 100110 1000011 0 1001111 111111 11101 101011100 1000001 101011

Color Harmonies of #B42643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42643

Black with #B42643

Text Example


Text Example

White with #B42643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42643; }

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

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

background-color css

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

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

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

border-color css

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

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

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