Html Css Color HEX #B23F02 Rust

📋 copy color: '#B23F02'

red 178 ◦ green 63 ◦ blue 2

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

Shades of Rust #B23F02

Tints of Rust #B23F02

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 73.25%
G = 25.93%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23F02 (or 0xB23F02) is known color: Rust. HEX triplet: B2, 3F and 02. RGB value is (178,63,2). Sum of RGB (Red+Green+Blue) = 178+63+2=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F02 is #4DC0FD. Grayscale: #5A5A5A. Windows color (decimal): -5095678 or 147378. OLE color: 147378.

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

Color convert

RGB 178 63 2 -
CMYK 0 0.65 0.99 0.30
HSL 20.8º 0.98% 0.35% -
HSV(B) 20.8º 0.99% 0.7% -
XYZ 20.15 13.02 1.51 -
YUV 90.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 178 63 2 0 0.65 0.99 0.30 20.8 0.98 0.35
Hex B2 3F 2 0 41 63 1E 15 62 23
Octal 262 77 2 0 101 143 36 25 142 43
Binary 10110010 111111 10 0 1000001 1100011 11110 10101 1100010 100011

Color Harmonies of #B23F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F02

Black with #B23F02

Text Example


Text Example

White with #B23F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F02; }

 p { color: rgb(178,63,2); }

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

background-color css

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

 a { background-color: rgb(178,63,2); }

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

border-color css

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

 span { border-color: rgb(178,63,2); }

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