Html Css Color HEX #B21A00 Free Speech Red

📋 copy color: '#B21A00'

red 178 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #B21A00

Tints of Free Speech Red #B21A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.25%
G = 12.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B21A00 (or 0xB21A00) is known color: Free Speech Red. HEX triplet: B2, 1A and 00. RGB value is (178,26,0). Sum of RGB (Red+Green+Blue) = 178+26+0=204 (27% of max value = 765). Red value is 178 (69.92% from 255 or 87.25% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A00 is #4DE5FF. Grayscale: #444444. Windows color (decimal): -5105152 or 6834. OLE color: 6834.

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

Color convert

RGB 178 26 0 -
CMYK 0 0.85 1 0.30
HSL 8.76º 1% 0.35% -
HSV(B) 8.76º 1% 0.7% -
XYZ 18.73 10.2 0.98 -
YUV 68.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 178 26 0 0 0.85 1 0.30 8.76 1 0.35
Hex B2 1A 0 0 55 64 1E 9 64 23
Octal 262 32 0 0 125 144 36 11 144 43
Binary 10110010 11010 0 0 1010101 1100100 11110 1001 1100100 100011

Color Harmonies of #B21A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A00

Black with #B21A00

Text Example


Text Example

White with #B21A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A00; }

 p { color: rgb(178,26,0); }

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

background-color css

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

 a { background-color: rgb(178,26,0); }

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

border-color css

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

 span { border-color: rgb(178,26,0); }

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