Html Css Color HEX #BF123A Cardinal

📋 copy color: '#BF123A'

red 191 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #BF123A

Tints of Cardinal #BF123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 71.54%
G = 6.74%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF123A (or 0xBF123A) is known color: Cardinal. HEX triplet: BF, 12 and 3A. RGB value is (191,18,58). Sum of RGB (Red+Green+Blue) = 191+18+58=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF123A is #40EDC5. Grayscale: #4A4A4A. Windows color (decimal): -4255174 or 3805887. OLE color: 3805887.

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

Color convert

RGB 191 18 58 -
CMYK 0 0.91 0.70 0.25
HSL 346.13º 0.83% 0.41% -
HSV(B) 346.13º 0.91% 0.75% -
XYZ 22.47 11.81 5.1 -
YUV 74.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 191 18 58 0 0.91 0.70 0.25 346.13 0.83 0.41
Hex BF 12 3A 0 5B 46 19 15A 53 29
Octal 277 22 72 0 133 106 31 532 123 51
Binary 10111111 10010 111010 0 1011011 1000110 11001 101011010 1010011 101001

Color Harmonies of #BF123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF123A

Black with #BF123A

Text Example


Text Example

White with #BF123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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