Html Css Color HEX #BC073E Cardinal

📋 copy color: '#BC073E'

red 188 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #BC073E

Tints of Cardinal #BC073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 73.15%
G = 2.72%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC073E (or 0xBC073E) is known color: Cardinal. HEX triplet: BC, 07 and 3E. RGB value is (188,7,62). Sum of RGB (Red+Green+Blue) = 188+7+62=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC073E is #43F8C1. Grayscale: #434343. Windows color (decimal): -4454594 or 4065212. OLE color: 4065212.

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

Color convert

RGB 188 7 62 -
CMYK 0 0.96 0.67 0.26
HSL 341.77º 0.93% 0.38% -
HSV(B) 341.77º 0.96% 0.74% -
XYZ 21.68 11.19 5.57 -
YUV 67.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 188 7 62 0 0.96 0.67 0.26 341.77 0.93 0.38
Hex BC 7 3E 0 60 43 1A 156 5D 26
Octal 274 7 76 0 140 103 32 526 135 46
Binary 10111100 111 111110 0 1100000 1000011 11010 101010110 1011101 100110

Color Harmonies of #BC073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC073E

Black with #BC073E

Text Example


Text Example

White with #BC073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC073E; }

 p { color: rgb(188,7,62); }

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

background-color css

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

 a { background-color: rgb(188,7,62); }

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

border-color css

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

 span { border-color: rgb(188,7,62); }

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