Html Css Color HEX #B23302 Rust

📋 copy color: '#B23302'

red 178 ◦ green 51 ◦ blue 2

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

Shades of Rust #B23302

Tints of Rust #B23302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 77.06%
G = 22.08%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23302 (or 0xB23302) is known color: Rust. HEX triplet: B2, 33 and 02. RGB value is (178,51,2). Sum of RGB (Red+Green+Blue) = 178+51+2=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B23302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23302 is #4DCCFD. Grayscale: #535353. Windows color (decimal): -5098750 or 144306. OLE color: 144306.

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

Color convert

RGB 178 51 2 -
CMYK 0 0.71 0.99 0.30
HSL 16.7º 0.98% 0.35% -
HSV(B) 16.7º 0.99% 0.7% -
XYZ 19.55 11.84 1.31 -
YUV 83.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 178 51 2 0 0.71 0.99 0.30 16.7 0.98 0.35
Hex B2 33 2 0 47 63 1E 11 62 23
Octal 262 63 2 0 107 143 36 21 142 43
Binary 10110010 110011 10 0 1000111 1100011 11110 10001 1100010 100011

Color Harmonies of #B23302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23302

Black with #B23302

Text Example


Text Example

White with #B23302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23302; }

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

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

background-color css

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

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

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

border-color css

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

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

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