Html Css Color HEX #BC2933 Cardinal

📋 copy color: '#BC2933'

red 188 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #BC2933

Tints of Cardinal #BC2933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 67.14%
G = 14.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC2933 (or 0xBC2933) is known color: Cardinal. HEX triplet: BC, 29 and 33. RGB value is (188,41,51). Sum of RGB (Red+Green+Blue) = 188+41+51=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2933 is #43D6CC. Grayscale: #565656. Windows color (decimal): -4445901 or 3353020. OLE color: 3353020.

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

Color convert

RGB 188 41 51 -
CMYK 0 0.78 0.73 0.26
HSL 355.92º 0.64% 0.45% -
HSV(B) 355.92º 0.78% 0.74% -
XYZ 22.13 12.52 4.38 -
YUV 86.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 188 41 51 0 0.78 0.73 0.26 355.92 0.64 0.45
Hex BC 29 33 0 4E 49 1A 164 40 2D
Octal 274 51 63 0 116 111 32 544 100 55
Binary 10111100 101001 110011 0 1001110 1001001 11010 101100100 1000000 101101

Color Harmonies of #BC2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2933

Black with #BC2933

Text Example


Text Example

White with #BC2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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