Html Css Color HEX #B23002 Rust

📋 copy color: '#B23002'

red 178 ◦ green 48 ◦ blue 2

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

Shades of Rust #B23002

Tints of Rust #B23002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 78.07%
G = 21.05%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23002 (or 0xB23002) is known color: Rust. HEX triplet: B2, 30 and 02. RGB value is (178,48,2). Sum of RGB (Red+Green+Blue) = 178+48+2=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B23002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23002 is #4DCFFD. Grayscale: #515151. Windows color (decimal): -5099518 or 143538. OLE color: 143538.

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

Color convert

RGB 178 48 2 -
CMYK 0 0.73 0.99 0.30
HSL 15.68º 0.98% 0.35% -
HSV(B) 15.68º 0.99% 0.7% -
XYZ 19.43 11.58 1.27 -
YUV 81.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 178 48 2 0 0.73 0.99 0.30 15.68 0.98 0.35
Hex B2 30 2 0 49 63 1E 10 62 23
Octal 262 60 2 0 111 143 36 20 142 43
Binary 10110010 110000 10 0 1001001 1100011 11110 10000 1100010 100011

Color Harmonies of #B23002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23002

Black with #B23002

Text Example


Text Example

White with #B23002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23002; }

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

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

background-color css

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

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

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

border-color css

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

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

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