Html Css Color HEX #BF053E Cardinal

📋 copy color: '#BF053E'

red 191 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #BF053E

Tints of Cardinal #BF053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 74.03%
G = 1.94%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF053E (or 0xBF053E) is known color: Cardinal. HEX triplet: BF, 05 and 3E. RGB value is (191,5,62). Sum of RGB (Red+Green+Blue) = 191+5+62=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF053E is #40FAC1. Grayscale: #434343. Windows color (decimal): -4258498 or 4064703. OLE color: 4064703.

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

Color convert

RGB 191 5 62 -
CMYK 0 0.97 0.68 0.25
HSL 341.61º 0.95% 0.38% -
HSV(B) 341.61º 0.97% 0.75% -
XYZ 22.41 11.53 5.6 -
YUV 67.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 191 5 62 0 0.97 0.68 0.25 341.61 0.95 0.38
Hex BF 5 3E 0 61 44 19 156 5F 26
Octal 277 5 76 0 141 104 31 526 137 46
Binary 10111111 101 111110 0 1100001 1000100 11001 101010110 1011111 100110

Color Harmonies of #BF053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF053E

Black with #BF053E

Text Example


Text Example

White with #BF053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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