Html Css Color HEX #BC253B Cardinal

📋 copy color: '#BC253B'

red 188 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #BC253B

Tints of Cardinal #BC253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 66.2%
G = 13.03%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC253B (or 0xBC253B) is known color: Cardinal. HEX triplet: BC, 25 and 3B. RGB value is (188,37,59). Sum of RGB (Red+Green+Blue) = 188+37+59=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253B is #43DAC4. Grayscale: #545454. Windows color (decimal): -4446917 or 3876284. OLE color: 3876284.

HSL color Cylindrical-coordinate representation of color #BC253B: hue angle of 351.26º 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 #BC253B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 59 -
CMYK 0 0.80 0.69 0.26
HSL 351.26º 0.67% 0.44% -
HSV(B) 351.26º 0.8% 0.74% -
XYZ 22.19 12.33 5.35 -
YUV 84.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 188 37 59 0 0.80 0.69 0.26 351.26 0.67 0.44
Hex BC 25 3B 0 50 45 1A 15F 43 2C
Octal 274 45 73 0 120 105 32 537 103 54
Binary 10111100 100101 111011 0 1010000 1000101 11010 101011111 1000011 101100

Color Harmonies of #BC253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC253B

Black with #BC253B

Text Example


Text Example

White with #BC253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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