Html Css Color HEX #BC0633 Cardinal

📋 copy color: '#BC0633'

red 188 ◦ green 6 ◦ blue 51

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

Shades of Cardinal #BC0633

Tints of Cardinal #BC0633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 76.73%
G = 2.45%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0633 (or 0xBC0633) is known color: Cardinal. HEX triplet: BC, 06 and 33. RGB value is (188,6,51). Sum of RGB (Red+Green+Blue) = 188+6+51=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0633 is #43F9CC. Grayscale: #414141. Windows color (decimal): -4454861 or 3344060. OLE color: 3344060.

HSL color Cylindrical-coordinate representation of color #BC0633: hue angle of 345.16º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0633 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 51 -
CMYK 0 0.97 0.73 0.26
HSL 345.16º 0.94% 0.38% -
HSV(B) 345.16º 0.97% 0.74% -
XYZ 21.4 11.06 4.14 -
YUV 65.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 188 6 51 0 0.97 0.73 0.26 345.16 0.94 0.38
Hex BC 6 33 0 61 49 1A 159 5E 26
Octal 274 6 63 0 141 111 32 531 136 46
Binary 10111100 110 110011 0 1100001 1001001 11010 101011001 1011110 100110

Color Harmonies of #BC0633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0633

Black with #BC0633

Text Example


Text Example

White with #BC0633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0633; }

 p { color: rgb(188,6,51); }

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

background-color css

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

 a { background-color: rgb(188,6,51); }

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

border-color css

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

 span { border-color: rgb(188,6,51); }

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