Html Css Color HEX #B13943 Old Rose

📋 copy color: '#B13943'

red 177 ◦ green 57 ◦ blue 67

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

Shades of Old Rose #B13943

Tints of Old Rose #B13943

RGB

 RED value IS 177 (69.53% from 255) = 58.8%

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 58.8%
G = 18.94%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B13943 (or 0xB13943) is known color: Old Rose. HEX triplet: B1, 39 and 43. RGB value is (177,57,67). Sum of RGB (Red+Green+Blue) = 177+57+67=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13943 is #4EC6BC. Grayscale: #5E5E5E. Windows color (decimal): -5162685 or 4405681. OLE color: 4405681.

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

Color convert

RGB 177 57 67 -
CMYK 0 0.68 0.62 0.31
HSL 355º 0.51% 0.46% -
HSV(B) 355º 0.68% 0.69% -
XYZ 20.61 12.68 6.67 -
YUV 94.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 177 57 67 0 0.68 0.62 0.31 355 0.51 0.46
Hex B1 39 43 0 44 3E 1F 163 33 2E
Octal 261 71 103 0 104 76 37 543 63 56
Binary 10110001 111001 1000011 0 1000100 111110 11111 101100011 110011 101110

Color Harmonies of #B13943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13943

Black with #B13943

Text Example


Text Example

White with #B13943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13943; }

 p { color: rgb(177,57,67); }

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

background-color css

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

 a { background-color: rgb(177,57,67); }

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

border-color css

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

 span { border-color: rgb(177,57,67); }

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