Html Css Color HEX #BC252B Cardinal

📋 copy color: '#BC252B'

red 188 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #BC252B

Tints of Cardinal #BC252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 70.15%
G = 13.81%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC252B (or 0xBC252B) is known color: Cardinal. HEX triplet: BC, 25 and 2B. RGB value is (188,37,43). Sum of RGB (Red+Green+Blue) = 188+37+43=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC252B is #43DAD4. Grayscale: #525252. Windows color (decimal): -4446933 or 2827708. OLE color: 2827708.

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

Color convert

RGB 188 37 43 -
CMYK 0 0.80 0.77 0.26
HSL 357.62º 0.67% 0.44% -
HSV(B) 357.62º 0.8% 0.74% -
XYZ 21.84 12.19 3.49 -
YUV 82.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 188 37 43 0 0.80 0.77 0.26 357.62 0.67 0.44
Hex BC 25 2B 0 50 4D 1A 166 43 2C
Octal 274 45 53 0 120 115 32 546 103 54
Binary 10111100 100101 101011 0 1010000 1001101 11010 101100110 1000011 101100

Color Harmonies of #BC252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC252B

Black with #BC252B

Text Example


Text Example

White with #BC252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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