Html Css Color HEX #B03343 Old Rose

📋 copy color: '#B03343'

red 176 ◦ green 51 ◦ blue 67

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

Shades of Old Rose #B03343

Tints of Old Rose #B03343

RGB

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

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

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

R = 59.86%
G = 17.35%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B03343 (or 0xB03343) is known color: Old Rose. HEX triplet: B0, 33 and 43. RGB value is (176,51,67). Sum of RGB (Red+Green+Blue) = 176+51+67=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03343 is #4FCCBC. Grayscale: #5A5A5A. Windows color (decimal): -5229757 or 4404144. OLE color: 4404144.

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

Color convert

RGB 176 51 67 -
CMYK 0 0.71 0.62 0.31
HSL 352.32º 0.55% 0.45% -
HSV(B) 352.32º 0.71% 0.69% -
XYZ 20.1 12 6.57 -
YUV 90.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 176 51 67 0 0.71 0.62 0.31 352.32 0.55 0.45
Hex B0 33 43 0 47 3E 1F 160 37 2D
Octal 260 63 103 0 107 76 37 540 67 55
Binary 10110000 110011 1000011 0 1000111 111110 11111 101100000 110111 101101

Color Harmonies of #B03343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03343

Black with #B03343

Text Example


Text Example

White with #B03343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03343; }

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

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

background-color css

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

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

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

border-color css

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

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

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