Html Css Color HEX #BF123F Cardinal

📋 copy color: '#BF123F'

red 191 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #BF123F

Tints of Cardinal #BF123F

RGB

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

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

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

R = 70.22%
G = 6.62%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF123F (or 0xBF123F) is known color: Cardinal. HEX triplet: BF, 12 and 3F. RGB value is (191,18,63). Sum of RGB (Red+Green+Blue) = 191+18+63=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF123F is #40EDC0. Grayscale: #4A4A4A. Windows color (decimal): -4255169 or 4133567. OLE color: 4133567.

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

Color convert

RGB 191 18 63 -
CMYK 0 0.91 0.67 0.25
HSL 344.39º 0.83% 0.41% -
HSV(B) 344.39º 0.91% 0.75% -
XYZ 22.6 11.87 5.8 -
YUV 74.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 191 18 63 0 0.91 0.67 0.25 344.39 0.83 0.41
Hex BF 12 3F 0 5B 43 19 158 53 29
Octal 277 22 77 0 133 103 31 530 123 51
Binary 10111111 10010 111111 0 1011011 1000011 11001 101011000 1010011 101001

Color Harmonies of #BF123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF123F

Black with #BF123F

Text Example


Text Example

White with #BF123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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