Html Css Color HEX #BC073A Cardinal

📋 copy color: '#BC073A'

red 188 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #BC073A

Tints of Cardinal #BC073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 74.31%
G = 2.77%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC073A (or 0xBC073A) is known color: Cardinal. HEX triplet: BC, 07 and 3A. RGB value is (188,7,58). Sum of RGB (Red+Green+Blue) = 188+7+58=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC073A is #43F8C5. Grayscale: #424242. Windows color (decimal): -4454598 or 3803068. OLE color: 3803068.

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

Color convert

RGB 188 7 58 -
CMYK 0 0.96 0.69 0.26
HSL 343.09º 0.93% 0.38% -
HSV(B) 343.09º 0.96% 0.74% -
XYZ 21.58 11.15 5.02 -
YUV 66.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 188 7 58 0 0.96 0.69 0.26 343.09 0.93 0.38
Hex BC 7 3A 0 60 45 1A 157 5D 26
Octal 274 7 72 0 140 105 32 527 135 46
Binary 10111100 111 111010 0 1100000 1000101 11010 101010111 1011101 100110

Color Harmonies of #BC073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC073A

Black with #BC073A

Text Example


Text Example

White with #BC073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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