Html Css Color HEX #BF0A40 Cardinal

📋 copy color: '#BF0A40'

red 191 ◦ green 10 ◦ blue 64

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

Shades of Cardinal #BF0A40

Tints of Cardinal #BF0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 72.08%
G = 3.77%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF0A40 (or 0xBF0A40) is known color: Cardinal. HEX triplet: BF, 0A and 40. RGB value is (191,10,64). Sum of RGB (Red+Green+Blue) = 191+10+64=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A40 is #40F5BF. Grayscale: #464646. Windows color (decimal): -4257216 or 4197055. OLE color: 4197055.

HSL color Cylindrical-coordinate representation of color #BF0A40: hue angle of 342.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A40 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 64 -
CMYK 0 0.95 0.66 0.25
HSL 342.1º 0.9% 0.39% -
HSV(B) 342.1º 0.95% 0.75% -
XYZ 22.52 11.66 5.91 -
YUV 70.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 191 10 64 0 0.95 0.66 0.25 342.1 0.9 0.39
Hex BF A 40 0 5F 42 19 156 5A 27
Octal 277 12 100 0 137 102 31 526 132 47
Binary 10111111 1010 1000000 0 1011111 1000010 11001 101010110 1011010 100111

Color Harmonies of #BF0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A40

Black with #BF0A40

Text Example


Text Example

White with #BF0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0A40; }

 p { color: rgb(191,10,64); }

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

background-color css

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

 a { background-color: rgb(191,10,64); }

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

border-color css

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

 span { border-color: rgb(191,10,64); }

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