Html Css Color HEX #BC092D Cardinal

📋 copy color: '#BC092D'

red 188 ◦ green 9 ◦ blue 45

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

Shades of Cardinal #BC092D

Tints of Cardinal #BC092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 77.69%
G = 3.72%
B = 18.6%

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

#BC092D (or 0xBC092D) is known color: Cardinal. HEX triplet: BC, 09 and 2D. RGB value is (188,9,45). Sum of RGB (Red+Green+Blue) = 188+9+45=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092D is #43F6D2. Grayscale: #424242. Windows color (decimal): -4454099 or 2951612. OLE color: 2951612.

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

Color convert

RGB 188 9 45 -
CMYK 0 0.95 0.76 0.26
HSL 347.93º 0.91% 0.39% -
HSV(B) 347.93º 0.95% 0.74% -
XYZ 21.31 11.08 3.5 -
YUV 66.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 188 9 45 0 0.95 0.76 0.26 347.93 0.91 0.39
Hex BC 9 2D 0 5F 4C 1A 15C 5B 27
Octal 274 11 55 0 137 114 32 534 133 47
Binary 10111100 1001 101101 0 1011111 1001100 11010 101011100 1011011 100111

Color Harmonies of #BC092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC092D

Black with #BC092D

Text Example


Text Example

White with #BC092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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