Html Css Color HEX #BF122B Cardinal

📋 copy color: '#BF122B'

red 191 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #BF122B

Tints of Cardinal #BF122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 75.79%
G = 7.14%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF122B (or 0xBF122B) is known color: Cardinal. HEX triplet: BF, 12 and 2B. RGB value is (191,18,43). Sum of RGB (Red+Green+Blue) = 191+18+43=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF122B is #40EDD4. Grayscale: #484848. Windows color (decimal): -4255189 or 2822847. OLE color: 2822847.

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

Color convert

RGB 191 18 43 -
CMYK 0 0.91 0.77 0.25
HSL 351.33º 0.83% 0.41% -
HSV(B) 351.33º 0.91% 0.75% -
XYZ 22.14 11.68 3.37 -
YUV 72.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 191 18 43 0 0.91 0.77 0.25 351.33 0.83 0.41
Hex BF 12 2B 0 5B 4D 19 15F 53 29
Octal 277 22 53 0 133 115 31 537 123 51
Binary 10111111 10010 101011 0 1011011 1001101 11001 101011111 1010011 101001

Color Harmonies of #BF122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF122B

Black with #BF122B

Text Example


Text Example

White with #BF122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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