Html Css Color HEX #BF093E Cardinal

📋 copy color: '#BF093E'

red 191 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #BF093E

Tints of Cardinal #BF093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 72.9%
G = 3.44%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF093E (or 0xBF093E) is known color: Cardinal. HEX triplet: BF, 09 and 3E. RGB value is (191,9,62). Sum of RGB (Red+Green+Blue) = 191+9+62=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF093E is #40F6C1. Grayscale: #454545. Windows color (decimal): -4257474 or 4065727. OLE color: 4065727.

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

Color convert

RGB 191 9 62 -
CMYK 0 0.95 0.68 0.25
HSL 342.53º 0.91% 0.39% -
HSV(B) 342.53º 0.95% 0.75% -
XYZ 22.45 11.62 5.62 -
YUV 69.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 191 9 62 0 0.95 0.68 0.25 342.53 0.91 0.39
Hex BF 9 3E 0 5F 44 19 157 5B 27
Octal 277 11 76 0 137 104 31 527 133 47
Binary 10111111 1001 111110 0 1011111 1000100 11001 101010111 1011011 100111

Color Harmonies of #BF093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF093E

Black with #BF093E

Text Example


Text Example

White with #BF093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF093E; }

 p { color: rgb(191,9,62); }

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

background-color css

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

 a { background-color: rgb(191,9,62); }

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

border-color css

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

 span { border-color: rgb(191,9,62); }

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