Html Css Color HEX #B03743 Old Rose

📋 copy color: '#B03743'

red 176 ◦ green 55 ◦ blue 67

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

Shades of Old Rose #B03743

Tints of Old Rose #B03743

RGB

 RED value IS 176 (69.14% from 255) = 59.06%

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 59.06%
G = 18.46%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B03743 (or 0xB03743) is known color: Old Rose. HEX triplet: B0, 37 and 43. RGB value is (176,55,67). Sum of RGB (Red+Green+Blue) = 176+55+67=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B03743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03743 is #4FC8BC. Grayscale: #5C5C5C. Windows color (decimal): -5228733 or 4405168. OLE color: 4405168.

HSL color Cylindrical-coordinate representation of color #B03743: hue angle of 354.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03743 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 67 -
CMYK 0 0.69 0.62 0.31
HSL 354.05º 0.52% 0.45% -
HSV(B) 354.05º 0.69% 0.69% -
XYZ 20.28 12.37 6.63 -
YUV 92.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 176 55 67 0 0.69 0.62 0.31 354.05 0.52 0.45
Hex B0 37 43 0 45 3E 1F 162 34 2D
Octal 260 67 103 0 105 76 37 542 64 55
Binary 10110000 110111 1000011 0 1000101 111110 11111 101100010 110100 101101

Color Harmonies of #B03743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03743

Black with #B03743

Text Example


Text Example

White with #B03743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03743; }

 p { color: rgb(176,55,67); }

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

background-color css

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

 a { background-color: rgb(176,55,67); }

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

border-color css

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

 span { border-color: rgb(176,55,67); }

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