Html Css Color HEX #BF124B Cardinal

📋 copy color: '#BF124B'

red 191 ◦ green 18 ◦ blue 75

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

Shades of Cardinal #BF124B

Tints of Cardinal #BF124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 67.25%
G = 6.34%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF124B (or 0xBF124B) is known color: Cardinal. HEX triplet: BF, 12 and 4B. RGB value is (191,18,75). Sum of RGB (Red+Green+Blue) = 191+18+75=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF124B is #40EDB4. Grayscale: #4C4C4C. Windows color (decimal): -4255157 or 4919999. OLE color: 4919999.

HSL color Cylindrical-coordinate representation of color #BF124B: hue angle of 340.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF124B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 75 -
CMYK 0 0.91 0.61 0.25
HSL 340.23º 0.83% 0.41% -
HSV(B) 340.23º 0.91% 0.75% -
XYZ 22.97 12.02 7.77 -
YUV 76.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 191 18 75 0 0.91 0.61 0.25 340.23 0.83 0.41
Hex BF 12 4B 0 5B 3D 19 154 53 29
Octal 277 22 113 0 133 75 31 524 123 51
Binary 10111111 10010 1001011 0 1011011 111101 11001 101010100 1010011 101001

Color Harmonies of #BF124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF124B

Black with #BF124B

Text Example


Text Example

White with #BF124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF124B; }

 p { color: rgb(191,18,75); }

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

background-color css

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

 a { background-color: rgb(191,18,75); }

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

border-color css

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

 span { border-color: rgb(191,18,75); }

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