Html Css Color HEX #BF243F Cardinal

📋 copy color: '#BF243F'

red 191 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #BF243F

Tints of Cardinal #BF243F

RGB

 RED value IS 191 (75% from 255) = 65.86%

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

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

R = 65.86%
G = 12.41%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF243F (or 0xBF243F) is known color: Cardinal. HEX triplet: BF, 24 and 3F. RGB value is (191,36,63). Sum of RGB (Red+Green+Blue) = 191+36+63=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243F is #40DBC0. Grayscale: #555555. Windows color (decimal): -4250561 or 4138175. OLE color: 4138175.

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

Color convert

RGB 191 36 63 -
CMYK 0 0.81 0.67 0.25
HSL 349.55º 0.68% 0.45% -
HSV(B) 349.55º 0.81% 0.75% -
XYZ 23.01 12.7 5.94 -
YUV 85.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 191 36 63 0 0.81 0.67 0.25 349.55 0.68 0.45
Hex BF 24 3F 0 51 43 19 15E 44 2D
Octal 277 44 77 0 121 103 31 536 104 55
Binary 10111111 100100 111111 0 1010001 1000011 11001 101011110 1000100 101101

Color Harmonies of #BF243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF243F

Black with #BF243F

Text Example


Text Example

White with #BF243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF243F; }

 p { color: rgb(191,36,63); }

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

background-color css

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

 a { background-color: rgb(191,36,63); }

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

border-color css

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

 span { border-color: rgb(191,36,63); }

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