Html Css Color HEX #B63A02 Rust

📋 copy color: '#B63A02'

red 182 ◦ green 58 ◦ blue 2

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

Shades of Rust #B63A02

Tints of Rust #B63A02

RGB

 RED value IS 182 (71.48% from 255) = 75.21%

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 75.21%
G = 23.97%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B63A02 (or 0xB63A02) is known color: Rust. HEX triplet: B6, 3A and 02. RGB value is (182,58,2). Sum of RGB (Red+Green+Blue) = 182+58+2=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A02 is #49C5FD. Grayscale: #595959. Windows color (decimal): -4834814 or 146102. OLE color: 146102.

HSL color Cylindrical-coordinate representation of color #B63A02: hue angle of 18.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B63A02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 2 -
CMYK 0 0.68 0.99 0.29
HSL 18.67º 0.98% 0.36% -
HSV(B) 18.67º 0.99% 0.71% -
XYZ 20.82 12.98 1.46 -
YUV 88.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 182 58 2 0 0.68 0.99 0.29 18.67 0.98 0.36
Hex B6 3A 2 0 44 63 1D 13 62 24
Octal 266 72 2 0 104 143 35 23 142 44
Binary 10110110 111010 10 0 1000100 1100011 11101 10011 1100010 100100

Color Harmonies of #B63A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A02

Black with #B63A02

Text Example


Text Example

White with #B63A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A02; }

 p { color: rgb(182,58,2); }

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

background-color css

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

 a { background-color: rgb(182,58,2); }

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

border-color css

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

 span { border-color: rgb(182,58,2); }

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