Html Css Color HEX #BC073D Cardinal

📋 copy color: '#BC073D'

red 188 ◦ green 7 ◦ blue 61

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

Shades of Cardinal #BC073D

Tints of Cardinal #BC073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 73.44%
G = 2.73%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC073D (or 0xBC073D) is known color: Cardinal. HEX triplet: BC, 07 and 3D. RGB value is (188,7,61). Sum of RGB (Red+Green+Blue) = 188+7+61=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC073D is #43F8C2. Grayscale: #434343. Windows color (decimal): -4454595 or 3999676. OLE color: 3999676.

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

Color convert

RGB 188 7 61 -
CMYK 0 0.96 0.68 0.26
HSL 342.1º 0.93% 0.38% -
HSV(B) 342.1º 0.96% 0.74% -
XYZ 21.66 11.18 5.43 -
YUV 67.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 188 7 61 0 0.96 0.68 0.26 342.1 0.93 0.38
Hex BC 7 3D 0 60 44 1A 156 5D 26
Octal 274 7 75 0 140 104 32 526 135 46
Binary 10111100 111 111101 0 1100000 1000100 11010 101010110 1011101 100110

Color Harmonies of #BC073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC073D

Black with #BC073D

Text Example


Text Example

White with #BC073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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