Html Css Color HEX #BD0602 Free Speech Red

📋 copy color: '#BD0602'

red 189 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #BD0602

Tints of Free Speech Red #BD0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

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

R = 95.94%
G = 3.05%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD0602 (or 0xBD0602) is known color: Free Speech Red. HEX triplet: BD, 06 and 02. RGB value is (189,6,2). Sum of RGB (Red+Green+Blue) = 189+6+2=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0602 is #42F9FD. Grayscale: #3C3C3C. Windows color (decimal): -4389374 or 132797. OLE color: 132797.

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

Color convert

RGB 189 6 2 -
CMYK 0 0.97 0.99 0.26
HSL 1.28º 0.98% 0.37% -
HSV(B) 1.28º 0.99% 0.74% -
XYZ 21.06 10.95 1.06 -
YUV 60.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 189 6 2 0 0.97 0.99 0.26 1.28 0.98 0.37
Hex BD 6 2 0 61 63 1A 1 62 25
Octal 275 6 2 0 141 143 32 1 142 45
Binary 10111101 110 10 0 1100001 1100011 11010 1 1100010 100101

Color Harmonies of #BD0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0602

Black with #BD0602

Text Example


Text Example

White with #BD0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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