Html Css Color HEX #BF0F43 Cardinal

📋 copy color: '#BF0F43'

red 191 ◦ green 15 ◦ blue 67

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

Shades of Cardinal #BF0F43

Tints of Cardinal #BF0F43

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 69.96%
G = 5.49%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF0F43 (or 0xBF0F43) is known color: Cardinal. HEX triplet: BF, 0F and 43. RGB value is (191,15,67). Sum of RGB (Red+Green+Blue) = 191+15+67=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F43 is #40F0BC. Grayscale: #494949. Windows color (decimal): -4255933 or 4394943. OLE color: 4394943.

HSL color Cylindrical-coordinate representation of color #BF0F43: hue angle of 342.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F43 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 15 67 -
CMYK 0 0.92 0.65 0.25
HSL 342.27º 0.85% 0.4% -
HSV(B) 342.27º 0.92% 0.75% -
XYZ 22.67 11.82 6.4 -
YUV 73.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 191 15 67 0 0.92 0.65 0.25 342.27 0.85 0.4
Hex BF F 43 0 5C 41 19 156 55 28
Octal 277 17 103 0 134 101 31 526 125 50
Binary 10111111 1111 1000011 0 1011100 1000001 11001 101010110 1010101 101000

Color Harmonies of #BF0F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0F43

Black with #BF0F43

Text Example


Text Example

White with #BF0F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0F43; }

 p { color: rgb(191,15,67); }

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

background-color css

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

 a { background-color: rgb(191,15,67); }

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

border-color css

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

 span { border-color: rgb(191,15,67); }

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