Html Css Color HEX #BC092C Cardinal

📋 copy color: '#BC092C'

red 188 ◦ green 9 ◦ blue 44

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

Shades of Cardinal #BC092C

Tints of Cardinal #BC092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 78.01%
G = 3.73%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC092C (or 0xBC092C) is known color: Cardinal. HEX triplet: BC, 09 and 2C. RGB value is (188,9,44). Sum of RGB (Red+Green+Blue) = 188+9+44=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092C is #43F6D3. Grayscale: #424242. Windows color (decimal): -4454100 or 2886076. OLE color: 2886076.

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

Color convert

RGB 188 9 44 -
CMYK 0 0.95 0.77 0.26
HSL 348.27º 0.91% 0.39% -
HSV(B) 348.27º 0.95% 0.74% -
XYZ 21.29 11.07 3.4 -
YUV 66.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 188 9 44 0 0.95 0.77 0.26 348.27 0.91 0.39
Hex BC 9 2C 0 5F 4D 1A 15C 5B 27
Octal 274 11 54 0 137 115 32 534 133 47
Binary 10111100 1001 101100 0 1011111 1001101 11010 101011100 1011011 100111

Color Harmonies of #BC092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC092C

Black with #BC092C

Text Example


Text Example

White with #BC092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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