Html Css Color HEX #BC093E Cardinal

📋 copy color: '#BC093E'

red 188 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #BC093E

Tints of Cardinal #BC093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 72.59%
G = 3.47%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC093E (or 0xBC093E) is known color: Cardinal. HEX triplet: BC, 09 and 3E. RGB value is (188,9,62). Sum of RGB (Red+Green+Blue) = 188+9+62=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC093E is #43F6C1. Grayscale: #444444. Windows color (decimal): -4454082 or 4065724. OLE color: 4065724.

HSL color Cylindrical-coordinate representation of color #BC093E: hue angle of 342.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC093E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 62 -
CMYK 0 0.95 0.67 0.26
HSL 342.23º 0.91% 0.39% -
HSV(B) 342.23º 0.95% 0.74% -
XYZ 21.71 11.23 5.58 -
YUV 68.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 188 9 62 0 0.95 0.67 0.26 342.23 0.91 0.39
Hex BC 9 3E 0 5F 43 1A 156 5B 27
Octal 274 11 76 0 137 103 32 526 133 47
Binary 10111100 1001 111110 0 1011111 1000011 11010 101010110 1011011 100111

Color Harmonies of #BC093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC093E

Black with #BC093E

Text Example


Text Example

White with #BC093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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