Html Css Color HEX #BD1306 Free Speech Red

📋 copy color: '#BD1306'

red 189 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #BD1306

Tints of Free Speech Red #BD1306

RGB

 RED value IS 189 (74.22% from 255) = 88.32%

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 88.32%
G = 8.88%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD1306 (or 0xBD1306) is known color: Free Speech Red. HEX triplet: BD, 13 and 06. RGB value is (189,19,6). Sum of RGB (Red+Green+Blue) = 189+19+6=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1306 is #42ECF9. Grayscale: #444444. Windows color (decimal): -4386042 or 398269. OLE color: 398269.

HSL color Cylindrical-coordinate representation of color #BD1306: hue angle of 4.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD1306 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 6 -
CMYK 0 0.90 0.97 0.26
HSL 4.26º 0.94% 0.38% -
HSV(B) 4.26º 0.97% 0.74% -
XYZ 21.25 11.3 1.23 -
YUV 68.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 189 19 6 0 0.90 0.97 0.26 4.26 0.94 0.38
Hex BD 13 6 0 5A 61 1A 4 5E 26
Octal 275 23 6 0 132 141 32 4 136 46
Binary 10111101 10011 110 0 1011010 1100001 11010 100 1011110 100110

Color Harmonies of #BD1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1306

Black with #BD1306

Text Example


Text Example

White with #BD1306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1306; }

 p { color: rgb(189,19,6); }

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

background-color css

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

 a { background-color: rgb(189,19,6); }

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

border-color css

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

 span { border-color: rgb(189,19,6); }

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