Html Css Color HEX #BC033E Cardinal

📋 copy color: '#BC033E'

red 188 ◦ green 3 ◦ blue 62

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

Shades of Cardinal #BC033E

Tints of Cardinal #BC033E

RGB

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

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

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

R = 74.31%
G = 1.19%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC033E (or 0xBC033E) is known color: Cardinal. HEX triplet: BC, 03 and 3E. RGB value is (188,3,62). Sum of RGB (Red+Green+Blue) = 188+3+62=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC033E is #43FCC1. Grayscale: #404040. Windows color (decimal): -4455618 or 4064188. OLE color: 4064188.

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

Color convert

RGB 188 3 62 -
CMYK 0 0.98 0.67 0.26
HSL 340.86º 0.97% 0.37% -
HSV(B) 340.86º 0.98% 0.74% -
XYZ 21.64 11.1 5.56 -
YUV 65.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 188 3 62 0 0.98 0.67 0.26 340.86 0.97 0.37
Hex BC 3 3E 0 62 43 1A 155 61 25
Octal 274 3 76 0 142 103 32 525 141 45
Binary 10111100 11 111110 0 1100010 1000011 11010 101010101 1100001 100101

Color Harmonies of #BC033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC033E

Black with #BC033E

Text Example


Text Example

White with #BC033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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