Html Css Color HEX #B3503A Orange Roughy

📋 copy color: '#B3503A'

red 179 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #B3503A

Tints of Orange Roughy #B3503A

RGB

 RED value IS 179 (70.31% from 255) = 56.47%

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 56.47%
G = 25.24%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3503A (or 0xB3503A) is known color: Orange Roughy. HEX triplet: B3, 50 and 3A. RGB value is (179,80,58). Sum of RGB (Red+Green+Blue) = 179+80+58=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B3503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3503A is #4CAFC5. Grayscale: #6B6B6B. Windows color (decimal): -5025734 or 3821747. OLE color: 3821747.

HSL color Cylindrical-coordinate representation of color #B3503A: hue angle of 10.91º 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 #B3503A is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 58 -
CMYK 0 0.55 0.68 0.30
HSL 10.91º 0.51% 0.46% -
HSV(B) 10.91º 0.68% 0.7% -
XYZ 22.22 15.63 5.85 -
YUV 107.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 179 80 58 0 0.55 0.68 0.30 10.91 0.51 0.46
Hex B3 50 3A 0 37 44 1E B 33 2E
Octal 263 120 72 0 67 104 36 13 63 56
Binary 10110011 1010000 111010 0 110111 1000100 11110 1011 110011 101110

Color Harmonies of #B3503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3503A

Black with #B3503A

Text Example


Text Example

White with #B3503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3503A; }

 p { color: rgb(179,80,58); }

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

background-color css

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

 a { background-color: rgb(179,80,58); }

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

border-color css

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

 span { border-color: rgb(179,80,58); }

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