Html Css Color HEX #BC092F Cardinal

📋 copy color: '#BC092F'

red 188 ◦ green 9 ◦ blue 47

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

Shades of Cardinal #BC092F

Tints of Cardinal #BC092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 77.05%
G = 3.69%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC092F (or 0xBC092F) is known color: Cardinal. HEX triplet: BC, 09 and 2F. RGB value is (188,9,47). Sum of RGB (Red+Green+Blue) = 188+9+47=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092F is #43F6D0. Grayscale: #424242. Windows color (decimal): -4454097 or 3082684. OLE color: 3082684.

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

Color convert

RGB 188 9 47 -
CMYK 0 0.95 0.75 0.26
HSL 347.26º 0.91% 0.39% -
HSV(B) 347.26º 0.95% 0.74% -
XYZ 21.35 11.09 3.71 -
YUV 66.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 188 9 47 0 0.95 0.75 0.26 347.26 0.91 0.39
Hex BC 9 2F 0 5F 4B 1A 15B 5B 27
Octal 274 11 57 0 137 113 32 533 133 47
Binary 10111100 1001 101111 0 1011111 1001011 11010 101011011 1011011 100111

Color Harmonies of #BC092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC092F

Black with #BC092F

Text Example


Text Example

White with #BC092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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