Html Css Color HEX #BF0E3A Cardinal

📋 copy color: '#BF0E3A'

red 191 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #BF0E3A

Tints of Cardinal #BF0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

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

R = 72.62%
G = 5.32%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF0E3A (or 0xBF0E3A) is known color: Cardinal. HEX triplet: BF, 0E and 3A. RGB value is (191,14,58). Sum of RGB (Red+Green+Blue) = 191+14+58=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E3A is #40F1C5. Grayscale: #474747. Windows color (decimal): -4256198 or 3804863. OLE color: 3804863.

HSL color Cylindrical-coordinate representation of color #BF0E3A: hue angle of 345.08º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E3A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 58 -
CMYK 0 0.93 0.70 0.25
HSL 345.08º 0.86% 0.4% -
HSV(B) 345.08º 0.93% 0.75% -
XYZ 22.41 11.7 5.08 -
YUV 71.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 191 14 58 0 0.93 0.70 0.25 345.08 0.86 0.4
Hex BF E 3A 0 5D 46 19 159 56 28
Octal 277 16 72 0 135 106 31 531 126 50
Binary 10111111 1110 111010 0 1011101 1000110 11001 101011001 1010110 101000

Color Harmonies of #BF0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E3A

Black with #BF0E3A

Text Example


Text Example

White with #BF0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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