Html Css Color HEX #BC092E Cardinal

📋 copy color: '#BC092E'

red 188 ◦ green 9 ◦ blue 46

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

Shades of Cardinal #BC092E

Tints of Cardinal #BC092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 77.37%
G = 3.7%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC092E (or 0xBC092E) is known color: Cardinal. HEX triplet: BC, 09 and 2E. RGB value is (188,9,46). Sum of RGB (Red+Green+Blue) = 188+9+46=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092E is #43F6D1. Grayscale: #424242. Windows color (decimal): -4454098 or 3017148. OLE color: 3017148.

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

Color convert

RGB 188 9 46 -
CMYK 0 0.95 0.76 0.26
HSL 347.6º 0.91% 0.39% -
HSV(B) 347.6º 0.95% 0.74% -
XYZ 21.33 11.08 3.6 -
YUV 66.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 188 9 46 0 0.95 0.76 0.26 347.6 0.91 0.39
Hex BC 9 2E 0 5F 4C 1A 15C 5B 27
Octal 274 11 56 0 137 114 32 534 133 47
Binary 10111100 1001 101110 0 1011111 1001100 11010 101011100 1011011 100111

Color Harmonies of #BC092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC092E

Black with #BC092E

Text Example


Text Example

White with #BC092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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