Html Css Color HEX #BC062E Cardinal

📋 copy color: '#BC062E'

red 188 ◦ green 6 ◦ blue 46

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

Shades of Cardinal #BC062E

Tints of Cardinal #BC062E

RGB

 RED value IS 188 (73.83% from 255) = 78.33%

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 78.33%
G = 2.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC062E (or 0xBC062E) is known color: Cardinal. HEX triplet: BC, 06 and 2E. RGB value is (188,6,46). Sum of RGB (Red+Green+Blue) = 188+6+46=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC062E is #43F9D1. Grayscale: #414141. Windows color (decimal): -4454866 or 3016380. OLE color: 3016380.

HSL color Cylindrical-coordinate representation of color #BC062E: hue angle of 346.81º 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 #BC062E is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 46 -
CMYK 0 0.97 0.76 0.26
HSL 346.81º 0.94% 0.38% -
HSV(B) 346.81º 0.97% 0.74% -
XYZ 21.3 11.02 3.59 -
YUV 64.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 188 6 46 0 0.97 0.76 0.26 346.81 0.94 0.38
Hex BC 6 2E 0 61 4C 1A 15B 5E 26
Octal 274 6 56 0 141 114 32 533 136 46
Binary 10111100 110 101110 0 1100001 1001100 11010 101011011 1011110 100110

Color Harmonies of #BC062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC062E

Black with #BC062E

Text Example


Text Example

White with #BC062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC062E; }

 p { color: rgb(188,6,46); }

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

background-color css

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

 a { background-color: rgb(188,6,46); }

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

border-color css

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

 span { border-color: rgb(188,6,46); }

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