Html Css Color HEX #BC0833 Cardinal

📋 copy color: '#BC0833'

red 188 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #BC0833

Tints of Cardinal #BC0833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 76.11%
G = 3.24%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0833 (or 0xBC0833) is known color: Cardinal. HEX triplet: BC, 08 and 33. RGB value is (188,8,51). Sum of RGB (Red+Green+Blue) = 188+8+51=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0833 is #43F7CC. Grayscale: #424242. Windows color (decimal): -4454349 or 3344572. OLE color: 3344572.

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

Color convert

RGB 188 8 51 -
CMYK 0 0.96 0.73 0.26
HSL 345.67º 0.92% 0.38% -
HSV(B) 345.67º 0.96% 0.74% -
XYZ 21.42 11.1 4.15 -
YUV 66.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 188 8 51 0 0.96 0.73 0.26 345.67 0.92 0.38
Hex BC 8 33 0 60 49 1A 15A 5C 26
Octal 274 10 63 0 140 111 32 532 134 46
Binary 10111100 1000 110011 0 1100000 1001001 11010 101011010 1011100 100110

Color Harmonies of #BC0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0833

Black with #BC0833

Text Example


Text Example

White with #BC0833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0833; }

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

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

background-color css

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

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

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

border-color css

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

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

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