Html Css Color HEX #BC242F Cardinal

📋 copy color: '#BC242F'

red 188 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #BC242F

Tints of Cardinal #BC242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 69.37%
G = 13.28%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC242F (or 0xBC242F) is known color: Cardinal. HEX triplet: BC, 24 and 2F. RGB value is (188,36,47). Sum of RGB (Red+Green+Blue) = 188+36+47=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC242F is #43DBD0. Grayscale: #525252. Windows color (decimal): -4447185 or 3089596. OLE color: 3089596.

HSL color Cylindrical-coordinate representation of color #BC242F: hue angle of 355.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC242F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 47 -
CMYK 0 0.81 0.75 0.26
HSL 355.66º 0.68% 0.44% -
HSV(B) 355.66º 0.81% 0.74% -
XYZ 21.88 12.16 3.88 -
YUV 82.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 188 36 47 0 0.81 0.75 0.26 355.66 0.68 0.44
Hex BC 24 2F 0 51 4B 1A 164 44 2C
Octal 274 44 57 0 121 113 32 544 104 54
Binary 10111100 100100 101111 0 1010001 1001011 11010 101100100 1000100 101100

Color Harmonies of #BC242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC242F

Black with #BC242F

Text Example


Text Example

White with #BC242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC242F; }

 p { color: rgb(188,36,47); }

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

background-color css

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

 a { background-color: rgb(188,36,47); }

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

border-color css

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

 span { border-color: rgb(188,36,47); }

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