Html Css Color HEX #BF243E Cardinal

📋 copy color: '#BF243E'

red 191 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #BF243E

Tints of Cardinal #BF243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 66.09%
G = 12.46%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF243E (or 0xBF243E) is known color: Cardinal. HEX triplet: BF, 24 and 3E. RGB value is (191,36,62). Sum of RGB (Red+Green+Blue) = 191+36+62=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243E is #40DBC1. Grayscale: #555555. Windows color (decimal): -4250562 or 4072639. OLE color: 4072639.

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

Color convert

RGB 191 36 62 -
CMYK 0 0.81 0.68 0.25
HSL 349.94º 0.68% 0.45% -
HSV(B) 349.94º 0.81% 0.75% -
XYZ 22.99 12.69 5.79 -
YUV 85.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 191 36 62 0 0.81 0.68 0.25 349.94 0.68 0.45
Hex BF 24 3E 0 51 44 19 15E 44 2D
Octal 277 44 76 0 121 104 31 536 104 55
Binary 10111111 100100 111110 0 1010001 1000100 11001 101011110 1000100 101101

Color Harmonies of #BF243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF243E

Black with #BF243E

Text Example


Text Example

White with #BF243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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