Html Css Color HEX #BF023A Cardinal

📋 copy color: '#BF023A'

red 191 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #BF023A

Tints of Cardinal #BF023A

RGB

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

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

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

R = 76.1%
G = 0.8%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF023A (or 0xBF023A) is known color: Cardinal. HEX triplet: BF, 02 and 3A. RGB value is (191,2,58). Sum of RGB (Red+Green+Blue) = 191+2+58=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF023A is #40FDC5. Grayscale: #404040. Windows color (decimal): -4259270 or 3801791. OLE color: 3801791.

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

Color convert

RGB 191 2 58 -
CMYK 0 0.99 0.70 0.25
HSL 342.22º 0.98% 0.38% -
HSV(B) 342.22º 0.99% 0.75% -
XYZ 22.27 11.43 5.03 -
YUV 64.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 191 2 58 0 0.99 0.70 0.25 342.22 0.98 0.38
Hex BF 2 3A 0 63 46 19 156 62 26
Octal 277 2 72 0 143 106 31 526 142 46
Binary 10111111 10 111010 0 1100011 1000110 11001 101010110 1100010 100110

Color Harmonies of #BF023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF023A

Black with #BF023A

Text Example


Text Example

White with #BF023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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