Html Css Color HEX #B25303 Rust

📋 copy color: '#B25303'

red 178 ◦ green 83 ◦ blue 3

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

Shades of Rust #B25303

Tints of Rust #B25303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 67.42%
G = 31.44%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B25303 (or 0xB25303) is known color: Rust. HEX triplet: B2, 53 and 03. RGB value is (178,83,3). Sum of RGB (Red+Green+Blue) = 178+83+3=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B25303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25303 is #4DACFC. Grayscale: #666666. Windows color (decimal): -5090557 or 218034. OLE color: 218034.

HSL color Cylindrical-coordinate representation of color #B25303: hue angle of 27.43º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B25303 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 3 -
CMYK 0 0.53 0.98 0.30
HSL 27.43º 0.97% 0.35% -
HSV(B) 27.43º 0.98% 0.7% -
XYZ 21.47 15.66 1.98 -
YUV 102.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 178 83 3 0 0.53 0.98 0.30 27.43 0.97 0.35
Hex B2 53 3 0 35 62 1E 1B 61 23
Octal 262 123 3 0 65 142 36 33 141 43
Binary 10110010 1010011 11 0 110101 1100010 11110 11011 1100001 100011

Color Harmonies of #B25303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25303

Black with #B25303

Text Example


Text Example

White with #B25303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25303; }

 p { color: rgb(178,83,3); }

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

background-color css

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

 a { background-color: rgb(178,83,3); }

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

border-color css

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

 span { border-color: rgb(178,83,3); }

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