Html Css Color HEX #BC093D Cardinal

📋 copy color: '#BC093D'

red 188 ◦ green 9 ◦ blue 61

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

Shades of Cardinal #BC093D

Tints of Cardinal #BC093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 72.87%
G = 3.49%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC093D (or 0xBC093D) is known color: Cardinal. HEX triplet: BC, 09 and 3D. RGB value is (188,9,61). Sum of RGB (Red+Green+Blue) = 188+9+61=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC093D is #43F6C2. Grayscale: #444444. Windows color (decimal): -4454083 or 4000188. OLE color: 4000188.

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

Color convert

RGB 188 9 61 -
CMYK 0 0.95 0.68 0.26
HSL 342.57º 0.91% 0.39% -
HSV(B) 342.57º 0.95% 0.74% -
XYZ 21.68 11.22 5.44 -
YUV 68.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 188 9 61 0 0.95 0.68 0.26 342.57 0.91 0.39
Hex BC 9 3D 0 5F 44 1A 157 5B 27
Octal 274 11 75 0 137 104 32 527 133 47
Binary 10111100 1001 111101 0 1011111 1000100 11010 101010111 1011011 100111

Color Harmonies of #BC093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC093D

Black with #BC093D

Text Example


Text Example

White with #BC093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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