Html Css Color HEX #BF023B Cardinal

📋 copy color: '#BF023B'

red 191 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BF023B

Tints of Cardinal #BF023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 75.79%
G = 0.79%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF023B (or 0xBF023B) is known color: Cardinal. HEX triplet: BF, 02 and 3B. RGB value is (191,2,59). Sum of RGB (Red+Green+Blue) = 191+2+59=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF023B is #40FDC4. Grayscale: #404040. Windows color (decimal): -4259269 or 3867327. OLE color: 3867327.

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

Color convert

RGB 191 2 59 -
CMYK 0 0.99 0.69 0.25
HSL 341.9º 0.98% 0.38% -
HSV(B) 341.9º 0.99% 0.75% -
XYZ 22.3 11.44 5.17 -
YUV 65.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 191 2 59 0 0.99 0.69 0.25 341.9 0.98 0.38
Hex BF 2 3B 0 63 45 19 156 62 26
Octal 277 2 73 0 143 105 31 526 142 46
Binary 10111111 10 111011 0 1100011 1000101 11001 101010110 1100010 100110

Color Harmonies of #BF023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF023B

Black with #BF023B

Text Example


Text Example

White with #BF023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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