Html Css Color HEX #BA2023 Fire Engine Red

📋 copy color: '#BA2023'

red 186 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #BA2023

Tints of Fire Engine Red #BA2023

RGB

 RED value IS 186 (73.05% from 255) = 73.52%

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 73.52%
G = 12.65%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2023 (or 0xBA2023) is known color: Fire Engine Red. HEX triplet: BA, 20 and 23. RGB value is (186,32,35). Sum of RGB (Red+Green+Blue) = 186+32+35=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2023 is #45DFDC. Grayscale: #4E4E4E. Windows color (decimal): -4579293 or 2302138. OLE color: 2302138.

HSL color Cylindrical-coordinate representation of color #BA2023: hue angle of 358.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2023 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 35 -
CMYK 0 0.83 0.81 0.27
HSL 358.83º 0.71% 0.43% -
HSV(B) 358.83º 0.83% 0.73% -
XYZ 21.07 11.59 2.72 -
YUV 78.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 186 32 35 0 0.83 0.81 0.27 358.83 0.71 0.43
Hex BA 20 23 0 53 51 1B 167 47 2B
Octal 272 40 43 0 123 121 33 547 107 53
Binary 10111010 100000 100011 0 1010011 1010001 11011 101100111 1000111 101011

Color Harmonies of #BA2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2023

Black with #BA2023

Text Example


Text Example

White with #BA2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2023; }

 p { color: rgb(186,32,35); }

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

background-color css

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

 a { background-color: rgb(186,32,35); }

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

border-color css

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

 span { border-color: rgb(186,32,35); }

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