Html Css Color HEX #BF023F Cardinal

📋 copy color: '#BF023F'

red 191 ◦ green 2 ◦ blue 63

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

Shades of Cardinal #BF023F

Tints of Cardinal #BF023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 74.61%
G = 0.78%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF023F (or 0xBF023F) is known color: Cardinal. HEX triplet: BF, 02 and 3F. RGB value is (191,2,63). Sum of RGB (Red+Green+Blue) = 191+2+63=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF023F is #40FDC0. Grayscale: #414141. Windows color (decimal): -4259265 or 4129471. OLE color: 4129471.

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

Color convert

RGB 191 2 63 -
CMYK 0 0.99 0.67 0.25
HSL 340.63º 0.98% 0.38% -
HSV(B) 340.63º 0.99% 0.75% -
XYZ 22.4 11.48 5.74 -
YUV 65.47 126.62 217.54 -
System Red Green Blue C M Y K H S L
Decimal 191 2 63 0 0.99 0.67 0.25 340.63 0.98 0.38
Hex BF 2 3F 0 63 43 19 155 62 26
Octal 277 2 77 0 143 103 31 525 142 46
Binary 10111111 10 111111 0 1100011 1000011 11001 101010101 1100010 100110

Color Harmonies of #BF023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF023F

Black with #BF023F

Text Example


Text Example

White with #BF023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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