Html Css Color HEX #BF243A Cardinal

📋 copy color: '#BF243A'

red 191 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #BF243A

Tints of Cardinal #BF243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 67.02%
G = 12.63%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF243A (or 0xBF243A) is known color: Cardinal. HEX triplet: BF, 24 and 3A. RGB value is (191,36,58). Sum of RGB (Red+Green+Blue) = 191+36+58=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243A is #40DBC5. Grayscale: #545454. Windows color (decimal): -4250566 or 3810495. OLE color: 3810495.

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

Color convert

RGB 191 36 58 -
CMYK 0 0.81 0.70 0.25
HSL 351.48º 0.68% 0.45% -
HSV(B) 351.48º 0.81% 0.75% -
XYZ 22.88 12.64 5.24 -
YUV 84.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 191 36 58 0 0.81 0.70 0.25 351.48 0.68 0.45
Hex BF 24 3A 0 51 46 19 15F 44 2D
Octal 277 44 72 0 121 106 31 537 104 55
Binary 10111111 100100 111010 0 1010001 1000110 11001 101011111 1000100 101101

Color Harmonies of #BF243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF243A

Black with #BF243A

Text Example


Text Example

White with #BF243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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