Html Css Color HEX #BF243C Cardinal

📋 copy color: '#BF243C'

red 191 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #BF243C

Tints of Cardinal #BF243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 66.55%
G = 12.54%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF243C (or 0xBF243C) is known color: Cardinal. HEX triplet: BF, 24 and 3C. RGB value is (191,36,60). Sum of RGB (Red+Green+Blue) = 191+36+60=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243C is #40DBC3. Grayscale: #555555. Windows color (decimal): -4250564 or 3941567. OLE color: 3941567.

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

Color convert

RGB 191 36 60 -
CMYK 0 0.81 0.69 0.25
HSL 350.71º 0.68% 0.45% -
HSV(B) 350.71º 0.81% 0.75% -
XYZ 22.93 12.66 5.51 -
YUV 85.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 191 36 60 0 0.81 0.69 0.25 350.71 0.68 0.45
Hex BF 24 3C 0 51 45 19 15F 44 2D
Octal 277 44 74 0 121 105 31 537 104 55
Binary 10111111 100100 111100 0 1010001 1000101 11001 101011111 1000100 101101

Color Harmonies of #BF243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF243C

Black with #BF243C

Text Example


Text Example

White with #BF243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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