Html Css Color HEX #BC0233 Cardinal

📋 copy color: '#BC0233'

red 188 ◦ green 2 ◦ blue 51

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

Shades of Cardinal #BC0233

Tints of Cardinal #BC0233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 78.01%
G = 0.83%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0233 (or 0xBC0233) is known color: Cardinal. HEX triplet: BC, 02 and 33. RGB value is (188,2,51). Sum of RGB (Red+Green+Blue) = 188+2+51=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0233 is #43FDCC. Grayscale: #3F3F3F. Windows color (decimal): -4455885 or 3343036. OLE color: 3343036.

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

Color convert

RGB 188 2 51 -
CMYK 0 0.99 0.73 0.26
HSL 344.19º 0.98% 0.37% -
HSV(B) 344.19º 0.99% 0.74% -
XYZ 21.36 10.97 4.12 -
YUV 63.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 188 2 51 0 0.99 0.73 0.26 344.19 0.98 0.37
Hex BC 2 33 0 63 49 1A 158 62 25
Octal 274 2 63 0 143 111 32 530 142 45
Binary 10111100 10 110011 0 1100011 1001001 11010 101011000 1100010 100101

Color Harmonies of #BC0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0233

Black with #BC0233

Text Example


Text Example

White with #BC0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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