Html Css Color HEX #BC033F Cardinal

📋 copy color: '#BC033F'

red 188 ◦ green 3 ◦ blue 63

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

Shades of Cardinal #BC033F

Tints of Cardinal #BC033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 74.02%
G = 1.18%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC033F (or 0xBC033F) is known color: Cardinal. HEX triplet: BC, 03 and 3F. RGB value is (188,3,63). Sum of RGB (Red+Green+Blue) = 188+3+63=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC033F is #43FCC0. Grayscale: #414141. Windows color (decimal): -4455617 or 4129724. OLE color: 4129724.

HSL color Cylindrical-coordinate representation of color #BC033F: hue angle of 340.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC033F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 63 -
CMYK 0 0.98 0.66 0.26
HSL 340.54º 0.97% 0.37% -
HSV(B) 340.54º 0.98% 0.74% -
XYZ 21.67 11.12 5.71 -
YUV 65.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 188 3 63 0 0.98 0.66 0.26 340.54 0.97 0.37
Hex BC 3 3F 0 62 42 1A 155 61 25
Octal 274 3 77 0 142 102 32 525 141 45
Binary 10111100 11 111111 0 1100010 1000010 11010 101010101 1100001 100101

Color Harmonies of #BC033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC033F

Black with #BC033F

Text Example


Text Example

White with #BC033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC033F; }

 p { color: rgb(188,3,63); }

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

background-color css

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

 a { background-color: rgb(188,3,63); }

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

border-color css

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

 span { border-color: rgb(188,3,63); }

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