Html Css Color HEX #BC072F Cardinal

📋 copy color: '#BC072F'

red 188 ◦ green 7 ◦ blue 47

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

Shades of Cardinal #BC072F

Tints of Cardinal #BC072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 77.69%
G = 2.89%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC072F (or 0xBC072F) is known color: Cardinal. HEX triplet: BC, 07 and 2F. RGB value is (188,7,47). Sum of RGB (Red+Green+Blue) = 188+7+47=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC072F is #43F8D0. Grayscale: #414141. Windows color (decimal): -4454609 or 3082172. OLE color: 3082172.

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

Color convert

RGB 188 7 47 -
CMYK 0 0.96 0.75 0.26
HSL 346.74º 0.93% 0.38% -
HSV(B) 346.74º 0.96% 0.74% -
XYZ 21.33 11.05 3.7 -
YUV 65.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 188 7 47 0 0.96 0.75 0.26 346.74 0.93 0.38
Hex BC 7 2F 0 60 4B 1A 15B 5D 26
Octal 274 7 57 0 140 113 32 533 135 46
Binary 10111100 111 101111 0 1100000 1001011 11010 101011011 1011101 100110

Color Harmonies of #BC072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC072F

Black with #BC072F

Text Example


Text Example

White with #BC072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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