Html Css Color HEX #BC253F Cardinal

📋 copy color: '#BC253F'

red 188 ◦ green 37 ◦ blue 63

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

Shades of Cardinal #BC253F

Tints of Cardinal #BC253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 65.28%
G = 12.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC253F (or 0xBC253F) is known color: Cardinal. HEX triplet: BC, 25 and 3F. RGB value is (188,37,63). Sum of RGB (Red+Green+Blue) = 188+37+63=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253F is #43DAC0. Grayscale: #555555. Windows color (decimal): -4446913 or 4138428. OLE color: 4138428.

HSL color Cylindrical-coordinate representation of color #BC253F: hue angle of 349.67º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC253F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 63 -
CMYK 0 0.80 0.66 0.26
HSL 349.67º 0.67% 0.44% -
HSV(B) 349.67º 0.8% 0.74% -
XYZ 22.3 12.37 5.92 -
YUV 85.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 188 37 63 0 0.80 0.66 0.26 349.67 0.67 0.44
Hex BC 25 3F 0 50 42 1A 15E 43 2C
Octal 274 45 77 0 120 102 32 536 103 54
Binary 10111100 100101 111111 0 1010000 1000010 11010 101011110 1000011 101100

Color Harmonies of #BC253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC253F

Black with #BC253F

Text Example


Text Example

White with #BC253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC253F; }

 p { color: rgb(188,37,63); }

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

background-color css

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

 a { background-color: rgb(188,37,63); }

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

border-color css

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

 span { border-color: rgb(188,37,63); }

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