Html Css Color HEX #B2394B Old Rose

📋 copy color: '#B2394B'

red 178 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #B2394B

Tints of Old Rose #B2394B

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 57.42%
G = 18.39%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2394B (or 0xB2394B) is known color: Old Rose. HEX triplet: B2, 39 and 4B. RGB value is (178,57,75). Sum of RGB (Red+Green+Blue) = 178+57+75=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2394B is #4DC6B4. Grayscale: #5F5F5F. Windows color (decimal): -5097141 or 4929970. OLE color: 4929970.

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

Color convert

RGB 178 57 75 -
CMYK 0 0.68 0.58 0.30
HSL 351.07º 0.51% 0.46% -
HSV(B) 351.07º 0.68% 0.7% -
XYZ 21.09 12.9 8.03 -
YUV 95.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 178 57 75 0 0.68 0.58 0.30 351.07 0.51 0.46
Hex B2 39 4B 0 44 3A 1E 15F 33 2E
Octal 262 71 113 0 104 72 36 537 63 56
Binary 10110010 111001 1001011 0 1000100 111010 11110 101011111 110011 101110

Color Harmonies of #B2394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2394B

Black with #B2394B

Text Example


Text Example

White with #B2394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2394B; }

 p { color: rgb(178,57,75); }

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

background-color css

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

 a { background-color: rgb(178,57,75); }

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

border-color css

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

 span { border-color: rgb(178,57,75); }

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