Html Css Color HEX #BF022F Cardinal

📋 copy color: '#BF022F'

red 191 ◦ green 2 ◦ blue 47

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

Shades of Cardinal #BF022F

Tints of Cardinal #BF022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 79.58%
G = 0.83%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF022F (or 0xBF022F) is known color: Cardinal. HEX triplet: BF, 02 and 2F. RGB value is (191,2,47). Sum of RGB (Red+Green+Blue) = 191+2+47=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF022F is #40FDD0. Grayscale: #3F3F3F. Windows color (decimal): -4259281 or 3080895. OLE color: 3080895.

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

Color convert

RGB 191 2 47 -
CMYK 0 0.99 0.75 0.25
HSL 345.71º 0.98% 0.38% -
HSV(B) 345.71º 0.99% 0.75% -
XYZ 22.02 11.33 3.71 -
YUV 63.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 191 2 47 0 0.99 0.75 0.25 345.71 0.98 0.38
Hex BF 2 2F 0 63 4B 19 15A 62 26
Octal 277 2 57 0 143 113 31 532 142 46
Binary 10111111 10 101111 0 1100011 1001011 11001 101011010 1100010 100110

Color Harmonies of #BF022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF022F

Black with #BF022F

Text Example


Text Example

White with #BF022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF022F; }

 p { color: rgb(191,2,47); }

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

background-color css

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

 a { background-color: rgb(191,2,47); }

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

border-color css

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

 span { border-color: rgb(191,2,47); }

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