Html Css Color HEX #B43343 Old Rose

📋 copy color: '#B43343'

red 180 ◦ green 51 ◦ blue 67

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

Shades of Old Rose #B43343

Tints of Old Rose #B43343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 60.4%
G = 17.11%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B43343 (or 0xB43343) is known color: Old Rose. HEX triplet: B4, 33 and 43. RGB value is (180,51,67). Sum of RGB (Red+Green+Blue) = 180+51+67=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B43343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43343 is #4BCCBC. Grayscale: #5B5B5B. Windows color (decimal): -4967613 or 4404148. OLE color: 4404148.

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

Color convert

RGB 180 51 67 -
CMYK 0 0.72 0.63 0.29
HSL 352.56º 0.56% 0.45% -
HSV(B) 352.56º 0.72% 0.71% -
XYZ 21.02 12.48 6.61 -
YUV 91.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 180 51 67 0 0.72 0.63 0.29 352.56 0.56 0.45
Hex B4 33 43 0 48 3F 1D 161 38 2D
Octal 264 63 103 0 110 77 35 541 70 55
Binary 10110100 110011 1000011 0 1001000 111111 11101 101100001 111000 101101

Color Harmonies of #B43343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43343

Black with #B43343

Text Example


Text Example

White with #B43343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43343; }

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

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

background-color css

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

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

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

border-color css

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

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

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